mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 01:54:42 +01:00
change text on library page
This commit is contained in:
@@ -385,9 +385,8 @@ namespace MediaBrowser.ServerApplication
|
||||
{
|
||||
PageSize = 4096,
|
||||
CacheSize = 4096,
|
||||
SyncMode = SynchronizationModes.Off,
|
||||
DataSource = dbPath,
|
||||
JournalMode = SQLiteJournalModeEnum.Wal
|
||||
SyncMode = SynchronizationModes.Normal,
|
||||
DataSource = dbPath
|
||||
};
|
||||
|
||||
var connection = new SQLiteConnection(connectionstr.ConnectionString);
|
||||
|
||||
Reference in New Issue
Block a user