aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.LocalMetadata/XmlProviderUtils.cs
blob: e247b8bb84ce4004e0a85e5e426899f554e888b3 (plain)
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";
    }
}