Skip to content

Commit

Permalink
Removed unnecesary migration code
Browse files Browse the repository at this point in the history
Co-authored-by: David Ullmer <[email protected]>
  • Loading branch information
Jpuc1143 and daullmer authored Feb 8, 2023
1 parent 7fa6d4c commit 15b6d16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Jellyfin.Server/Migrations/Routines/MigrateUserDb.cs
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ public void Perform()
}

user.SetPreference(PreferenceKind.BlockedTags, policy.BlockedTags);
user.SetPreference(PreferenceKind.AllowedTags, policy.AllowedTags);
user.SetPreference(PreferenceKind.EnabledChannels, policy.EnabledChannels);
user.SetPreference(PreferenceKind.EnabledDevices, policy.EnabledDevices);
user.SetPreference(PreferenceKind.EnabledFolders, policy.EnabledFolders);
Expand Down

0 comments on commit 15b6d16

Please sign in to comment.