aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server/Migrations/Routines/MigrateUserDb.cs
diff options
context:
space:
mode:
authorCody Robibero <cody@robibe.ro>2023-05-29 18:37:26 -0600
committerGitHub <noreply@github.com>2023-05-29 18:37:26 -0600
commitcfca6fc56ea56e42833ea7d46e7fb90bb7e4dce0 (patch)
treee89fc97f76434c730879cdcd3b37681b6b907dc1 /Jellyfin.Server/Migrations/Routines/MigrateUserDb.cs
parentc14a6f53668743a870a37a69f345c24d72e86219 (diff)
parent3bdef7207c39d077c8548006ae4a545e2fa27dae (diff)
Merge pull request #9820 from cvium/deprecate_easypassword
Diffstat (limited to 'Jellyfin.Server/Migrations/Routines/MigrateUserDb.cs')
-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 9bf1e6b80..0186500a1 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
};