mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-04-13 17:52:28 +08:00
fix(subscribe): update remove_site to set sites as an empty list
This commit is contained in:
@@ -1150,7 +1150,7 @@ class SubscribeChain(ChainBase, metaclass=Singleton):
|
||||
if not subscribe.sites:
|
||||
continue
|
||||
self.subscribeoper.update(subscribe.id, {
|
||||
"sites": ""
|
||||
"sites": []
|
||||
})
|
||||
return
|
||||
# 从选中的rss站点中移除
|
||||
|
||||
Reference in New Issue
Block a user