mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-26 18:54:48 +03:00
Add GPL modules
This commit is contained in:
10
MediaBrowser.Controller/LiveTv/TunerChannelMapping.cs
Normal file
10
MediaBrowser.Controller/LiveTv/TunerChannelMapping.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace MediaBrowser.Controller.LiveTv
|
||||
{
|
||||
public class TunerChannelMapping
|
||||
{
|
||||
public string Name { get; set; }
|
||||
public string ProviderChannelName { get; set; }
|
||||
public string ProviderChannelId { get; set; }
|
||||
public string Id { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user