Files
jellyfin-jellyfin-1/MediaBrowser.LocalMetadata/XmlProviderUtils.cs
2020-06-13 20:04:53 -06:00

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";
}
}