fix 时间比较

This commit is contained in:
thsrite 2023-08-06 22:42:45 +08:00
parent 9d6bb3b323
commit f573445934

View File

@ -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]