This commit is contained in:
Alhaziel01
2021-02-02 15:38:10 +01:00
parent a9c6dac6f4
commit 3ecc17db98
2 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -540,7 +540,7 @@ def get_nfo(item, search_groups=False):
path = filetools.join(config.get_data_path(), "settings_channels", item.channel + "_data.json")
if filetools.exists(path):
g = jsontools.load(filetools.read(path)).get(RENUMBER,{}).get(item.fulltitle.strip(),{}).get(GROUP,'')
if g: return g
if g: return g + '\n'
groups = get_groups(item)