Merge pull request #30 from thsrite/main
This commit is contained in:
commit
9d863e9cec
@ -577,7 +577,7 @@ class MediaSyncDel(_PluginBase):
|
||||
for match in matches:
|
||||
mtime = match[0]
|
||||
# 排除已处理的媒体信息
|
||||
if time < last_time:
|
||||
if last_time and time < last_time:
|
||||
continue
|
||||
|
||||
mtype = match[1]
|
||||
|
Loading…
x
Reference in New Issue
Block a user