1 2 3 4 5 6 7 8 9 10 11 12 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"; } }