mirror of
https://github.com/Radarr/Radarr
synced 2025-12-24 01:10:41 +01:00
parent
e612d8c485
commit
622162c5f6
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ public class MovieCollection : ModelBase
|
|||
public MovieCollection()
|
||||
{
|
||||
Images = new List<MediaCover.MediaCover>();
|
||||
Tags = new HashSet<int>();
|
||||
}
|
||||
|
||||
public string Title { get; set; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue