From 9026af7550a3b01956f12f03794b92cb3af03430 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sat, 25 May 2013 19:52:41 -0400 Subject: unwrapped similar items api into separate endpoints for each type --- MediaBrowser.Server.Implementations/Sqlite/SQLiteItemRepository.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MediaBrowser.Server.Implementations/Sqlite/SQLiteItemRepository.cs') 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) -- cgit v1.2.3