Restore resolver that handles alternate videos

Co-authored-by: Cody Robibero <cody@robibe.ro>
pull/7203/head
Joe Rogers 3 years ago
parent 7500c2b28b
commit e762454787
No known key found for this signature in database
GPG Key ID: 0074AD57B8FDBBB4

@ -128,10 +128,9 @@ namespace Emby.Server.Implementations.Library.Resolvers.Movies
return movie?.ExtraType == null ? movie : null; return movie?.ExtraType == null ? movie : null;
} }
// Owned items will be caught by the video extra resolver
if (args.Parent == null) if (args.Parent == null)
{ {
return null; return base.Resolve(args);
} }
if (IsInvalid(args.Parent, collectionType)) if (IsInvalid(args.Parent, collectionType))

Loading…
Cancel
Save