Explorar o código

Removed unnecesary migration code

Co-authored-by: David Ullmer <davidullmer@outlook.de>
Jpuc1143 %!s(int64=2) %!d(string=hai) anos
pai
achega
15b6d1672d
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      Jellyfin.Server/Migrations/Routines/MigrateUserDb.cs

+ 0 - 1
Jellyfin.Server/Migrations/Routines/MigrateUserDb.cs

@@ -170,7 +170,6 @@ namespace Jellyfin.Server.Migrations.Routines
                     }
 
                     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);