1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

Fixed: Series failing to load when there were no seasons

This commit is contained in:
Mark McDowall
2015-08-01 00:02:52 -07:00
parent 7f23d25fcf
commit 129d7c9338
+1
View File
@@ -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>();
}