mirror of
				https://github.com/jellyfin/jellyfin.git
				synced 2025-11-03 19:17:24 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			295 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			295 B
		
	
	
	
		
			C#
		
	
	
	
	
	
namespace MediaBrowser.Controller.LiveTv
 | 
						|
{
 | 
						|
    public class TunerChannelMapping
 | 
						|
    {
 | 
						|
        public string Name { get; set; }
 | 
						|
        public string Number { get; set; }
 | 
						|
        public string ProviderChannelNumber { get; set; }
 | 
						|
        public string ProviderChannelName { get; set; }
 | 
						|
    }
 | 
						|
}
 |