mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-07-09 06:22:29 +08:00
fix site plugin
This commit is contained in:
@@ -241,7 +241,7 @@ class SiteStatistic(_PluginBase):
|
||||
|
||||
# 没有指定站点,默认使用全部站点
|
||||
if not specify_sites:
|
||||
refresh_sites = self.sites.get_indexers()
|
||||
refresh_sites = [site for site in self.sites.get_indexers() if not site.get("public")]
|
||||
else:
|
||||
refresh_sites = [site for site in self.sites.get_indexers() if
|
||||
site.get("name") in specify_sites]
|
||||
|
||||
Reference in New Issue
Block a user