diff options
| author | Bond-009 <bond.009@outlook.com> | 2020-08-01 21:51:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-01 21:51:49 +0200 |
| commit | b7421db5fea50e684334806a4ecc8d9f943d754a (patch) | |
| tree | 8ce432f3d05bfaf146dfa1b8a5b49cf42ee520a7 /Emby.Server.Implementations/LiveTv | |
| parent | 7621c8b8065b2c96a5886445c30a0b553a90e807 (diff) | |
| parent | ad32800504c08812212f7f39403924fdee635e5d (diff) | |
Merge pull request #3578 from barronpm/displaypreferences-efcore
Migrate Display Preferences to EF Core
Diffstat (limited to 'Emby.Server.Implementations/LiveTv')
| -rw-r--r-- | Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs | 1 |
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 7b0fcbc9e..80e09f0a3 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; |
