mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 22:13:06 +03:00
Remove warnings from MediaBrowser.LocalMetadata
This commit is contained in:
13
MediaBrowser.LocalMetadata/XmlProviderUtils.cs
Normal file
13
MediaBrowser.LocalMetadata/XmlProviderUtils.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace MediaBrowser.LocalMetadata
|
||||
{
|
||||
/// <summary>
|
||||
/// The xml provider utils.
|
||||
/// </summary>
|
||||
public static class XmlProviderUtils
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets the name.
|
||||
/// </summary>
|
||||
public static string Name => "Emby Xml";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user