ricerca globale più precisa

This commit is contained in:
marco
2020-08-19 15:00:18 +02:00
parent 04f13fbe68
commit 5c2c3776e2
5 changed files with 178 additions and 153 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", "music"]:
elif name == "mediatype" and value not in ["list", "movie", "tvshow", "season", "episode", "music", "undefined"]:
super(InfoLabels, self).__setitem__('mediatype', 'list')
elif name in ['tmdb_id', 'tvdb_id', 'noscrap_id']: