mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
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…
x
Reference in New Issue
Block a user