mirror of https://github.com/Radarr/Radarr
Fixed: Default a Movie object with Empty Ratings
This commit is contained in:
parent
f637976530
commit
3986433884
|
@ -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; }
|
||||
|
|
Loading…
Reference in New Issue