mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-09 04:22:30 +01:00
Fixed: Series failing to load when there were no seasons
This commit is contained in:
parent
7f23d25fcf
commit
129d7c9338
@ -14,6 +14,7 @@ public Series()
|
||||
Images = new List<MediaCover.MediaCover>();
|
||||
Genres = new List<String>();
|
||||
Actors = new List<Actor>();
|
||||
Seasons = new List<Season>();
|
||||
Tags = new HashSet<Int32>();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user