mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-17 21:26:22 -04:00
Fixed: Default a Movie object with Empty Ratings
This commit is contained in:
@@ -21,6 +21,7 @@ namespace NzbDrone.Core.Movies
|
||||
Translations = new List<MovieTranslation>();
|
||||
Recommendations = new List<int>();
|
||||
OriginalLanguage = Language.English;
|
||||
Ratings = new Ratings();
|
||||
}
|
||||
|
||||
public int TmdbId { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user