Merge pull request #3578 from barronpm/displaypreferences-efcore

Migrate Display Preferences to EF Core
This commit is contained in:
Bond-009
2020-08-01 21:51:49 +02:00
committed by GitHub
48 changed files with 1688 additions and 359 deletions

View File

@@ -50,7 +50,6 @@ using Microsoft.Extensions.Logging;
using Episode = MediaBrowser.Controller.Entities.TV.Episode;
using Genre = MediaBrowser.Controller.Entities.Genre;
using Person = MediaBrowser.Controller.Entities.Person;
using SortOrder = MediaBrowser.Model.Entities.SortOrder;
using VideoResolver = Emby.Naming.Video.VideoResolver;
namespace Emby.Server.Implementations.Library