aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/LiveTv
diff options
context:
space:
mode:
authorNyanmisaka <nst799610810@gmail.com>2020-08-03 14:58:44 +0800
committerGitHub <noreply@github.com>2020-08-03 14:58:44 +0800
commitc23d991c95a45b9cb60f546c2490ca8f2a8d9dc0 (patch)
treeef1b97d10cdd078fb828a51dd87b2395305b7319 /Emby.Server.Implementations/LiveTv
parent7b3f76b81fd92d30ac8783508fb7b6793d32ec95 (diff)
parent47e63def20c0f3bc3d63579be7ac28cc1bf20bc2 (diff)
Merge branch 'master' into tonemap
Diffstat (limited to 'Emby.Server.Implementations/LiveTv')
-rw-r--r--Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs b/Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs
index 7b0fcbc9e5..80e09f0a34 100644
--- a/Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs
+++ b/Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs
@@ -12,6 +12,7 @@ using System.Threading;
using System.Threading.Tasks;
using System.Xml;
using Emby.Server.Implementations.Library;
+using Jellyfin.Data.Enums;
using MediaBrowser.Common.Configuration;
using MediaBrowser.Common.Extensions;
using MediaBrowser.Common.Net;