Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/fb69d5b76d9f43979037ee2bb7469917c6e82633 You should set ROOT_URL correctly, otherwise the web may not work correctly.

fixes - Support xbmc extras folder for movie specials

pull/702/head
Luke Pulverenti 11 years ago
parent ca0e13dd23
commit fb69d5b76d

@ -159,7 +159,8 @@ namespace MediaBrowser.Controller.Entities.Movies
try
{
folder = ResolveArgs.GetFileSystemEntryByName("specials");
folder = ResolveArgs.GetFileSystemEntryByName("extras") ??
ResolveArgs.GetFileSystemEntryByName("specials");
}
catch (IOException ex)
{

Loading…
Cancel
Save