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

Merge pull request from crobibero/skip-attributes

pull/5159/head
Claus Vium 4 years ago committed by GitHub
commit 5f63c33557
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -684,7 +684,9 @@ namespace Emby.Server.Implementations.IO
return new EnumerationOptions
{
RecurseSubdirectories = recursive,
IgnoreInaccessible = true
IgnoreInaccessible = true,
// Don't skip any files.
AttributesToSkip = 0
};
}

Loading…
Cancel
Save