mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-30 23:45:46 +02:00
Fixed: Series failing to load when there were no seasons
This commit is contained in:
@@ -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>();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user