diff options
| author | Patrick Barron <barronpm@gmail.com> | 2024-01-17 15:18:15 -0500 |
|---|---|---|
| committer | Patrick Barron <barronpm@gmail.com> | 2024-02-08 15:20:46 -0500 |
| commit | 42b052a5a619abf33ceeb4bc4aafcc1d3d52a723 (patch) | |
| tree | 4b6238af1c4fe34c8ae8ae9c556da45c4552b73e /MediaBrowser.Controller/LiveTv/TunerChannelMapping.cs | |
| parent | 20f05f8103c2f5447c3d2ebd319c9ad31857d42e (diff) | |
Add IListingsManager service
Diffstat (limited to 'MediaBrowser.Controller/LiveTv/TunerChannelMapping.cs')
| -rw-r--r-- | MediaBrowser.Controller/LiveTv/TunerChannelMapping.cs | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/MediaBrowser.Controller/LiveTv/TunerChannelMapping.cs b/MediaBrowser.Controller/LiveTv/TunerChannelMapping.cs deleted file mode 100644 index 1c1a4417dc..0000000000 --- a/MediaBrowser.Controller/LiveTv/TunerChannelMapping.cs +++ /dev/null @@ -1,17 +0,0 @@ -#nullable disable - -#pragma warning disable CS1591 - -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; } - } -} |
