Cleanup title
This commit is contained in:
parent
4cafde9518
commit
72a53b8347
1 changed files with 2 additions and 1 deletions
|
@ -69,7 +69,8 @@ def get_missing_avl():
|
|||
for movie in movies.keys():
|
||||
if not movies[movie]['downloaded']:
|
||||
if movies[movie]['isAvailable'] is True:
|
||||
missing.append((movies[movie]['title'], movies[movie]['tmdbId']))
|
||||
movie_name = ('{} ({})'.format(movies[movie]['title'], movies[movie]['year']))
|
||||
missing.append((movie_name, movies[movie]['tmdbId']))
|
||||
|
||||
|
||||
for movie, id in missing:
|
||||
|
|
Loading…
Reference in a new issue