mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 00:35:26 +03:00
fixes #945 - Add genre views to dlna
This commit is contained in:
@@ -78,13 +78,22 @@ namespace MediaBrowser.LocalMetadata
|
||||
{
|
||||
get
|
||||
{
|
||||
return "Media Browser Xml";
|
||||
return XmlProviderUtils.Name;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
static class XmlProviderUtils
|
||||
{
|
||||
public static string Name
|
||||
{
|
||||
get
|
||||
{
|
||||
return "Media Browser Legacy Xml";
|
||||
}
|
||||
}
|
||||
|
||||
internal static readonly SemaphoreSlim XmlParsingResourcePool = new SemaphoreSlim(4, 4);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user