From d078decbb4bbbe54faa6f677a8fb99c5da0609ec Mon Sep 17 00:00:00 2001 From: SBCrumb Date: Mon, 3 Nov 2025 14:50:35 -0500 Subject: [PATCH] db radarr fixes --- VERSION | 2 +- core/database_populator.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: