db radarr fixes
Local Docker Build (Dev) / build-dev (push) Successful in 6s

This commit is contained in:
2025-11-03 14:50:35 -05:00
parent 788b7e79f6
commit d078decbb4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
2.9.1-tmp-status-file
2.9.2-imdb-key-fix
+1 -1
View File
@@ -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: