Fixed: Default empty Tags for Collections

Fixes #8872
pull/8874/head
Qstick 11 months ago
parent e612d8c485
commit 622162c5f6

@ -9,6 +9,7 @@ namespace NzbDrone.Core.Movies.Collections
public MovieCollection()
{
Images = new List<MediaCover.MediaCover>();
Tags = new HashSet<int>();
}
public string Title { get; set; }

Loading…
Cancel
Save