diff options
| author | Patrick Barron <barronpm@gmail.com> | 2020-05-21 00:22:43 -0400 |
|---|---|---|
| committer | Patrick Barron <barronpm@gmail.com> | 2020-05-21 00:22:43 -0400 |
| commit | 42177d173949ebc04810ad2ad9a432c42f7b0c69 (patch) | |
| tree | 3e066d12c15b06618fff677be62406461903b9fe /Jellyfin.Server.Implementations/JellyfinDb.cs | |
| parent | d72ea709955f17ad2034cd4c728d02cf3265e7e9 (diff) | |
Replace Weekday with DayOfWeek
Diffstat (limited to 'Jellyfin.Server.Implementations/JellyfinDb.cs')
| -rw-r--r-- | Jellyfin.Server.Implementations/JellyfinDb.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Server.Implementations/JellyfinDb.cs b/Jellyfin.Server.Implementations/JellyfinDb.cs index 8eb35ec87..7e10d81dc 100644 --- a/Jellyfin.Server.Implementations/JellyfinDb.cs +++ b/Jellyfin.Server.Implementations/JellyfinDb.cs @@ -23,7 +23,7 @@ namespace Jellyfin.Server.Implementations public virtual DbSet<Preference> Preferences { get; set; } - public virtual DbSet<Data.Entities.User> Users { get; set; } + public virtual DbSet<User> Users { get; set; } /*public virtual DbSet<Artwork> Artwork { get; set; } public virtual DbSet<Book> Books { get; set; } public virtual DbSet<BookMetadata> BookMetadata { get; set; } |
