mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-06-23 15:30:34 -04:00
Fix manual scan not removing deleted videos
This commit is contained in:
parent
9d00aa6d2f
commit
bc75576e4b
@ -50,7 +50,7 @@ class Subscriber(Publisher):
|
|||||||
case Refresh(kind, id):
|
case Refresh(kind, id):
|
||||||
ack = await matcher.refresh(kind, id)
|
ack = await matcher.refresh(kind, id)
|
||||||
case Rescan():
|
case Rescan():
|
||||||
await scan(None, self, matcher._client)
|
await scan(None, self, matcher._client, remove_deleted=True)
|
||||||
ack = True
|
ack = True
|
||||||
case _:
|
case _:
|
||||||
logger.error(f"Invalid action: {msg.action}")
|
logger.error(f"Invalid action: {msg.action}")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user