mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-11-03 11:07:21 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			287 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			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";
 | 
						|
    }
 | 
						|
}
 |