This commit is contained in:
@@ -72,7 +72,7 @@ class DatabasePopulator:
|
|||||||
path = movie.get('path', '')
|
path = movie.get('path', '')
|
||||||
|
|
||||||
# Try to get IMDb ID from Radarr database
|
# Try to get IMDb ID from Radarr database
|
||||||
imdb_id = movie.get('imdbId')
|
imdb_id = movie.get('imdb_id')
|
||||||
|
|
||||||
# If not in database, try extracting from directory/filename
|
# If not in database, try extracting from directory/filename
|
||||||
if not imdb_id and path:
|
if not imdb_id and path:
|
||||||
|
|||||||
Reference in New Issue
Block a user