aggiunto contentType "music" e altri piccoli aggiustamenti

This commit is contained in:
marco
2020-05-06 19:45:48 +02:00
parent affdc20a65
commit ca3f7e76fc
6 changed files with 17 additions and 21 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ class InfoLabels(dict):
# super(InfoLabels, self).__setitem__('code', value)
super(InfoLabels, self).__setitem__('imdb_id', str(value))
elif name == "mediatype" and value not in ["list", "movie", "tvshow", "season", "episode"]:
elif name == "mediatype" and value not in ["list", "movie", "tvshow", "season", "episode", "music"]:
super(InfoLabels, self).__setitem__('mediatype', 'list')
elif name in ['tmdb_id', 'tvdb_id', 'noscrap_id']: