remove readonly

This commit is contained in:
cvium
2023-08-21 21:49:39 +02:00
parent 791413a50f
commit e7016e38b8
3 changed files with 16 additions and 16 deletions

View File

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