mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
add missing comma in array
This commit is contained in:
parent
f5d82441a4
commit
e77f6194f2
@ -20,7 +20,7 @@ namespace Jellyfin.Server.Migrations
|
||||
typeof(Routines.CreateUserLoggingConfigFile),
|
||||
typeof(Routines.MigrateActivityLogDb),
|
||||
typeof(Routines.RemoveDuplicateExtras),
|
||||
typeof(Routines.AddDefaultPluginRepository)
|
||||
typeof(Routines.AddDefaultPluginRepository),
|
||||
typeof(Routines.MigrateUserDb)
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user