mirror of
https://github.com/Radarr/Radarr
synced 2024-12-27 18:30:45 +00:00
parent
4c5490df94
commit
b670bffa1b
1 changed files with 2 additions and 1 deletions
|
@ -186,7 +186,8 @@ public static MovieResource ToResource(this Movie model, IUpgradableSpecificatio
|
|||
Ratings = model.Ratings,
|
||||
MovieFile = movieFile,
|
||||
YouTubeTrailerId = model.YouTubeTrailerId,
|
||||
Studio = model.Studio
|
||||
Studio = model.Studio,
|
||||
Collection = model.Collection
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue