aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/LiveTv/EmbyTV
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2019-02-02 21:45:29 +0100
committerBond-009 <bond.009@outlook.com>2019-02-02 21:45:29 +0100
commit78e4e2ed929155b433fc0cbb2ea6fc7f64411a72 (patch)
treef0855bf99a5e177a80297feae3dbed40c4543630 /Emby.Server.Implementations/LiveTv/EmbyTV
parent42d5a48491904ae4251e32c17da037a1a5ba77eb (diff)
Fix all warnings
Diffstat (limited to 'Emby.Server.Implementations/LiveTv/EmbyTV')
-rw-r--r--Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs b/Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs
index bce9c240d..c5c0ac463 100644
--- a/Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs
+++ b/Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs
@@ -64,7 +64,6 @@ namespace Emby.Server.Implementations.LiveTv.EmbyTV
public static EmbyTV Current;
- public event EventHandler DataSourceChanged;
public event EventHandler<GenericEventArgs<TimerInfo>> TimerCreated;
public event EventHandler<GenericEventArgs<string>> TimerCancelled;