mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Fixed movie and series resolution
This commit is contained in:
parent
578ec7c5a5
commit
de74609784
@ -25,7 +25,7 @@ namespace MediaBrowser.Movies.Resolvers
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Optimization to avoid running all these tests against VF's
|
// Optimization to avoid running all these tests against VF's
|
||||||
if (args.Parent != null && args.Parent.IsVirtualFolder)
|
if (args.Parent != null && args.Parent.IsRoot)
|
||||||
{
|
{
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
@ -16,7 +16,7 @@ namespace MediaBrowser.TV.Resolvers
|
|||||||
if (args.IsDirectory)
|
if (args.IsDirectory)
|
||||||
{
|
{
|
||||||
// Optimization to avoid running all these tests against VF's
|
// Optimization to avoid running all these tests against VF's
|
||||||
if (args.Parent != null && args.Parent.IsVirtualFolder)
|
if (args.Parent != null && args.Parent.IsRoot)
|
||||||
{
|
{
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user