aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/Sqlite/SQLiteItemRepository.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-05-25 19:52:41 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-05-25 19:52:41 -0400
commit9026af7550a3b01956f12f03794b92cb3af03430 (patch)
treebde81507959cc76eb126247bca6c44f71d86afb0 /MediaBrowser.Server.Implementations/Sqlite/SQLiteItemRepository.cs
parent084557ca46d252b53b9535dde464b88369760c82 (diff)
unwrapped similar items api into separate endpoints for each type
Diffstat (limited to 'MediaBrowser.Server.Implementations/Sqlite/SQLiteItemRepository.cs')
-rw-r--r--MediaBrowser.Server.Implementations/Sqlite/SQLiteItemRepository.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/Sqlite/SQLiteItemRepository.cs b/MediaBrowser.Server.Implementations/Sqlite/SQLiteItemRepository.cs
index 0ca4dda77..33e9c7fe3 100644
--- a/MediaBrowser.Server.Implementations/Sqlite/SQLiteItemRepository.cs
+++ b/MediaBrowser.Server.Implementations/Sqlite/SQLiteItemRepository.cs
@@ -227,7 +227,7 @@ namespace MediaBrowser.Server.Implementations.Sqlite
await _saveItemCommand.ExecuteNonQueryAsync(cancellationToken);
}
-
+
transaction.Commit();
}
catch (OperationCanceledException)