diff --git a/core/nfo_manager.py b/core/nfo_manager.py index 6213cc7..20c7d29 100644 --- a/core/nfo_manager.py +++ b/core/nfo_manager.py @@ -321,7 +321,8 @@ class NFOManager: if tvdb_id: uniqueid_elements.append(f' {tvdb_id}') if imdb_id: - uniqueid_elements.append(f' {imdb_id}') + default_attr = "" if tvdb_id else ' default="true"' + uniqueid_elements.append(f' {imdb_id}') # Fallback to IMDB if no TVDB ID available main_id = tvdb_id if tvdb_id else imdb_id