fix 时间比较
This commit is contained in:
parent
9d6bb3b323
commit
f573445934
@ -577,7 +577,7 @@ class MediaSyncDel(_PluginBase):
|
||||
for match in matches:
|
||||
mtime = match[0]
|
||||
# 排除已处理的媒体信息
|
||||
if last_time and time < last_time:
|
||||
if last_time and mtime < last_time:
|
||||
continue
|
||||
|
||||
mtype = match[1]
|
||||
|
Loading…
x
Reference in New Issue
Block a user