Fixed: Series failing to load when there were no seasons

pull/655/merge
Mark McDowall 9 years ago
parent 7f23d25fcf
commit 129d7c9338

@ -14,6 +14,7 @@ namespace NzbDrone.Core.Tv
Images = new List<MediaCover.MediaCover>();
Genres = new List<String>();
Actors = new List<Actor>();
Seasons = new List<Season>();
Tags = new HashSet<Int32>();
}

Loading…
Cancel
Save