diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-12-13 10:44:34 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-12-13 10:44:34 -0500 |
| commit | 81d685b882de369cd42ed8f3dbf78fc6bc0f36df (patch) | |
| tree | 937a7794dd30065a4a35e14f3ad18eafcc25bc44 /Emby.Server.Implementations/Data/SqliteExtensions.cs | |
| parent | 71854c1a09bb820c181485cf0601959461bca852 (diff) | |
update db connections
Diffstat (limited to 'Emby.Server.Implementations/Data/SqliteExtensions.cs')
| -rw-r--r-- | Emby.Server.Implementations/Data/SqliteExtensions.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Data/SqliteExtensions.cs b/Emby.Server.Implementations/Data/SqliteExtensions.cs index 5b2549087..d6ad0ba8a 100644 --- a/Emby.Server.Implementations/Data/SqliteExtensions.cs +++ b/Emby.Server.Implementations/Data/SqliteExtensions.cs @@ -129,7 +129,7 @@ namespace Emby.Server.Implementations.Data } } - public static void Attach(IDatabaseConnection db, string path, string alias) + public static void Attach(ManagedConnection db, string path, string alias) { var commandText = string.Format("attach @path as {0};", alias); |
