14 lines
287 B
C#
14 lines
287 B
C#
namespace MediaBrowser.LocalMetadata
|
|
{
|
|
/// <summary>
|
|
/// The xml provider utils.
|
|
/// </summary>
|
|
public static class XmlProviderUtils
|
|
{
|
|
/// <summary>
|
|
/// Gets the name.
|
|
/// </summary>
|
|
public static string Name => "Emby Xml";
|
|
}
|
|
}
|