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