fix tmdb
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user