mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 14:03:03 +03:00
allow request header overrides
This commit is contained in:
@@ -107,6 +107,7 @@ namespace MediaBrowser.Server.Implementations.Library
|
||||
{
|
||||
if (args.Parent != null)
|
||||
{
|
||||
// Don't resolve these into audio files
|
||||
if (string.Equals(Path.GetFileNameWithoutExtension(filename), BaseItem.ThemeSongFilename) && EntityResolutionHelper.IsAudioFile(filename))
|
||||
{
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user