mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-04-09 21:58:39 +08:00
Update __init__.py
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user