mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-06-21 14:31:07 -04:00
...
This commit is contained in:
parent
457229c56d
commit
53db1a1ffc
@ -2533,7 +2533,7 @@ namespace Emby.Server.Implementations.Library
|
|||||||
// Resolve from parent folder if it's not the Season folder
|
// Resolve from parent folder if it's not the Season folder
|
||||||
if (episodeInfo == null && episode.Parent.GetType() == typeof(Folder))
|
if (episodeInfo == null && episode.Parent.GetType() == typeof(Folder))
|
||||||
{
|
{
|
||||||
episodeInfo = resolver.Resolve(Path.GetDirectoryName(episode.Path)!, true, null, null, isAbsoluteNaming);
|
episodeInfo = resolver.Resolve(episode.Parent.Path, true, null, null, isAbsoluteNaming);
|
||||||
if (episodeInfo != null)
|
if (episodeInfo != null)
|
||||||
{
|
{
|
||||||
// add the container
|
// add the container
|
||||||
|
Loading…
x
Reference in New Issue
Block a user