mirror of
https://github.com/thsrite/MoviePilot-Plugins.git
synced 2026-05-19 07:26:44 +00:00
fix
This commit is contained in:
@@ -67,7 +67,7 @@ class SubscribeGroup(_PluginBase):
|
||||
sites = []
|
||||
for conf in str(confs).split("#"):
|
||||
if ":" in conf:
|
||||
k, v = conf.split(":")
|
||||
k, v = conf.split(":")
|
||||
if k == "category":
|
||||
category = v
|
||||
if k == "resolution":
|
||||
|
||||
Reference in New Issue
Block a user