Fixed: Default a Movie object with Empty Ratings

This commit is contained in:
Qstick 2020-10-11 01:26:53 -04:00
parent f637976530
commit 3986433884
1 changed files with 1 additions and 0 deletions

View File

@ -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; }