mirror of
https://github.com/Radarr/Radarr
synced 2024-12-28 10:51:48 +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,
|
Ratings = model.Ratings,
|
||||||
MovieFile = movieFile,
|
MovieFile = movieFile,
|
||||||
YouTubeTrailerId = model.YouTubeTrailerId,
|
YouTubeTrailerId = model.YouTubeTrailerId,
|
||||||
Studio = model.Studio
|
Studio = model.Studio,
|
||||||
|
Collection = model.Collection
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue