mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 06:53:07 +03:00
fixed the plugin catalog not loading
This commit is contained in:
@@ -156,7 +156,7 @@ namespace MediaBrowser.Server.Implementations.Sqlite
|
||||
// Don't dispose in the middle of a flush
|
||||
while (IsFlushing)
|
||||
{
|
||||
Thread.Sleep(50);
|
||||
Thread.Sleep(25);
|
||||
}
|
||||
|
||||
if (connection.IsOpen())
|
||||
|
||||
Reference in New Issue
Block a user