mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -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):
|
||||
ack = await matcher.refresh(kind, id)
|
||||
case Rescan():
|
||||
await scan(None, self, matcher._client)
|
||||
await scan(None, self, matcher._client, remove_deleted=True)
|
||||
ack = True
|
||||
case _:
|
||||
logger.error(f"Invalid action: {msg.action}")
|
||||
|
Loading…
x
Reference in New Issue
Block a user