Fixed: Populate Collection on every Resource Map

Fixes #4162
pull/4102/head
Qstick 5 years ago committed by GitHub
parent 4c5490df94
commit b670bffa1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -186,7 +186,8 @@ namespace Radarr.Api.V3.Movies
Ratings = model.Ratings,
MovieFile = movieFile,
YouTubeTrailerId = model.YouTubeTrailerId,
Studio = model.Studio
Studio = model.Studio,
Collection = model.Collection
};
}

Loading…
Cancel
Save