mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
fixes #698 - Support xbmc extras folder for movie specials
This commit is contained in:
parent
ca0e13dd23
commit
fb69d5b76d
@ -159,7 +159,8 @@ namespace MediaBrowser.Controller.Entities.Movies
|
|||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
folder = ResolveArgs.GetFileSystemEntryByName("specials");
|
folder = ResolveArgs.GetFileSystemEntryByName("extras") ??
|
||||||
|
ResolveArgs.GetFileSystemEntryByName("specials");
|
||||||
}
|
}
|
||||||
catch (IOException ex)
|
catch (IOException ex)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user