diff --git a/VERSION b/VERSION index 3982f4e..d3961c9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.9.1-tmp-status-file +2.9.2-imdb-key-fix diff --git a/core/database_populator.py b/core/database_populator.py index 2112062..b2eec48 100644 --- a/core/database_populator.py +++ b/core/database_populator.py @@ -72,7 +72,7 @@ class DatabasePopulator: path = movie.get('path', '') # 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 imdb_id and path: