diff options
| author | Vasily <JustAMan@users.noreply.github.com> | 2019-02-04 14:08:21 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-04 14:08:21 +0300 |
| commit | 0b3e6548dbea5db4d31e3947cc2406852d8e3733 (patch) | |
| tree | 58498940d6f7af752b7b62f855670510b699a774 /Emby.Server.Implementations/LiveTv/EmbyTV | |
| parent | c4c0894b29898ab6826542abc7a247291b46f804 (diff) | |
| parent | 78e4e2ed929155b433fc0cbb2ea6fc7f64411a72 (diff) | |
Merge pull request #797 from Bond-009/warnings
Fix all warnings
Diffstat (limited to 'Emby.Server.Implementations/LiveTv/EmbyTV')
| -rw-r--r-- | Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs | 1 |
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 c5ab568ae3..b9a42a6ff7 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; |
