aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/Sqlite/SQLiteUserRepository.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-04-15 16:33:43 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-04-15 16:33:43 -0400
commit0fc61585002747238226b688dfc3294be6e96fec (patch)
tree8d259a713d09342e14c2bb2cd7bcfce8023fa227 /MediaBrowser.Server.Implementations/Sqlite/SQLiteUserRepository.cs
parent9279893434316ba633d1354ee913ec76e56f0830 (diff)
more task reduction
Diffstat (limited to 'MediaBrowser.Server.Implementations/Sqlite/SQLiteUserRepository.cs')
-rw-r--r--MediaBrowser.Server.Implementations/Sqlite/SQLiteUserRepository.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/Sqlite/SQLiteUserRepository.cs b/MediaBrowser.Server.Implementations/Sqlite/SQLiteUserRepository.cs
index 75bb42774..b95a54156 100644
--- a/MediaBrowser.Server.Implementations/Sqlite/SQLiteUserRepository.cs
+++ b/MediaBrowser.Server.Implementations/Sqlite/SQLiteUserRepository.cs
@@ -88,7 +88,7 @@ namespace MediaBrowser.Server.Implementations.Sqlite
{
var dbFile = Path.Combine(_appPaths.DataPath, "users.db");
- await ConnectToDB(dbFile).ConfigureAwait(false);
+ await ConnectToDb(dbFile).ConfigureAwait(false);
string[] queries = {