aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/LiveTv/TunerChannelMapping.cs
diff options
context:
space:
mode:
authorCody Robibero <cody@robibe.ro>2024-02-20 10:44:46 -0800
committerGitHub <noreply@github.com>2024-02-20 10:44:46 -0800
commit31715c6b8a0d1f9f9d9f2849b03e6312d9000e7c (patch)
treef7ef7f1985918402dbd4d4691899285a667fdcab /MediaBrowser.Controller/LiveTv/TunerChannelMapping.cs
parent84639948c75f1bf27bcff446450ad9137ecd8370 (diff)
parent3bdaf640ec52e38e64da25fce07631034538c74a (diff)
Merge pull request #10981 from barronpm/livetv-listingsmanager
Add IListingsManager Service
Diffstat (limited to 'MediaBrowser.Controller/LiveTv/TunerChannelMapping.cs')
-rw-r--r--MediaBrowser.Controller/LiveTv/TunerChannelMapping.cs17
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 1c1a4417d..000000000
--- 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; }
- }
-}