Revert "remove readonly"

This reverts commit e7016e38b8.
This commit is contained in:
Bond_009
2024-06-05 10:34:43 +02:00
parent 47c5e0c2c7
commit 19fb00b5b7
3 changed files with 16 additions and 16 deletions

View File

@@ -98,7 +98,7 @@ namespace Emby.Server.Implementations.Data
}
}
protected SqliteConnection GetConnection()
protected SqliteConnection GetConnection(bool readOnly = false)
{
var connection = new SqliteConnection($"Filename={DbFilePath}");
connection.Open();