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 /MediaBrowser.Api/TvShowsService.cs | |
| parent | 7621c8b8065b2c96a5886445c30a0b553a90e807 (diff) | |
| parent | ad32800504c08812212f7f39403924fdee635e5d (diff) | |
Merge pull request #3578 from barronpm/displaypreferences-efcore
Migrate Display Preferences to EF Core
Diffstat (limited to 'MediaBrowser.Api/TvShowsService.cs')
| -rw-r--r-- | MediaBrowser.Api/TvShowsService.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Api/TvShowsService.cs b/MediaBrowser.Api/TvShowsService.cs index 165abd613..799cea648 100644 --- a/MediaBrowser.Api/TvShowsService.cs +++ b/MediaBrowser.Api/TvShowsService.cs @@ -2,6 +2,7 @@ using System; using System.Collections.Generic; using System.Globalization; using System.Linq; +using Jellyfin.Data.Enums; using MediaBrowser.Common.Extensions; using MediaBrowser.Controller.Configuration; using MediaBrowser.Controller.Dto; |
