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