aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server/Migrations
diff options
context:
space:
mode:
authorShadowghost <Ghost_of_Stone@web.de>2023-06-07 08:25:32 +0200
committerShadowghost <Ghost_of_Stone@web.de>2023-06-07 08:25:32 +0200
commit006b04dc0b2fcbdcad50cbaf213cb1e7e47ea52a (patch)
tree79ab7200fe2a9df9d0a3efb42755f6eb22fad08f /Jellyfin.Server/Migrations
parenta381cd3c7652e4c802e697e367370f4dba3987f6 (diff)
parent60881eaa5981ffced3615fbff079871ed24c70e4 (diff)
Merge branch 'master' into network-rewrite
Diffstat (limited to 'Jellyfin.Server/Migrations')
-rw-r--r--Jellyfin.Server/Migrations/Routines/MigrateUserDb.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Jellyfin.Server/Migrations/Routines/MigrateUserDb.cs b/Jellyfin.Server/Migrations/Routines/MigrateUserDb.cs
index 9bf1e6b808..0186500a12 100644
--- a/Jellyfin.Server/Migrations/Routines/MigrateUserDb.cs
+++ b/Jellyfin.Server/Migrations/Routines/MigrateUserDb.cs
@@ -127,7 +127,6 @@ namespace Jellyfin.Server.Migrations.Routines
RememberSubtitleSelections = config.RememberSubtitleSelections,
SubtitleLanguagePreference = config.SubtitleLanguagePreference,
Password = mockup.Password,
- EasyPassword = mockup.EasyPassword,
LastLoginDate = mockup.LastLoginDate,
LastActivityDate = mockup.LastActivityDate
};