mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-09-01 03:30:06 +00:00
simplify extension methods
This commit is contained in:
parent
fb511dbae2
commit
cf04b43fa4
4 changed files with 114 additions and 153 deletions
|
|
@ -134,6 +134,7 @@ namespace Emby.Server.Implementations.Data
|
|||
|
||||
connection.Execute("PRAGMA temp_store=" + (int)TempStore);
|
||||
|
||||
connection.Open();
|
||||
return connection;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue