Restore resolver that handles alternate videos
Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
parent
7500c2b28b
commit
e762454787
|
@ -128,10 +128,9 @@ namespace Emby.Server.Implementations.Library.Resolvers.Movies
|
|||
return movie?.ExtraType == null ? movie : null;
|
||||
}
|
||||
|
||||
// Owned items will be caught by the video extra resolver
|
||||
if (args.Parent == null)
|
||||
{
|
||||
return null;
|
||||
return base.Resolve(args);
|
||||
}
|
||||
|
||||
if (IsInvalid(args.Parent, collectionType))
|
||||
|
|
Loading…
Reference in New Issue
Block a user