Update __init__.py

This commit is contained in:
thsrite 2023-08-05 11:07:37 +08:00 committed by GitHub
parent 956fec6c2c
commit 61a163c743
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -577,7 +577,7 @@ class MediaSyncDel(_PluginBase):
for match in matches: for match in matches:
mtime = match[0] mtime = match[0]
# 排除已处理的媒体信息 # 排除已处理的媒体信息
if time < last_time: if last_time and time < last_time:
continue continue
mtype = match[1] mtype = match[1]