Files
pgsql-jellyfin/MediaBrowser.LocalMetadata/XmlProviderUtils.cs
T

18 lines
430 B
C#

// <copyright file="XmlProviderUtils.cs" company="PlaceholderCompany">
// Copyright (c) PlaceholderCompany. All rights reserved.
// </copyright>
namespace MediaBrowser.LocalMetadata
{
/// <summary>
/// The xml provider utils.
/// </summary>
public static class XmlProviderUtils
{
/// <summary>
/// Gets the name.
/// </summary>
public static string Name => "Emby Xml";
}
}