2024-08-30 15:29:48 +02:00
|
|
|
namespace MediaBrowser.LocalMetadata
|
2020-06-13 20:04:53 -06:00
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// The xml provider utils.
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static class XmlProviderUtils
|
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Gets the name.
|
|
|
|
|
/// </summary>
|
|
|
|
|
public static string Name => "Emby Xml";
|
|
|
|
|
}
|
|
|
|
|
}
|