1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-17 15:02:34 +02:00

Fixed: Populate Collection on every Resource Map

Fixes #4162
This commit is contained in:
Qstick 2020-02-17 20:42:36 -05:00 committed by GitHub
parent 4c5490df94
commit b670bffa1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
};
}