mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 22:13:06 +03:00
remove readonly
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user