Update __init__.py
This commit is contained in:
parent
956fec6c2c
commit
61a163c743
@ -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]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user