unwrapped similar items api into separate endpoints for each type

This commit is contained in:
Luke Pulverenti
2013-05-25 19:52:41 -04:00
parent 084557ca46
commit 9026af7550
13 changed files with 637 additions and 251 deletions

View File

@@ -227,7 +227,7 @@ namespace MediaBrowser.Server.Implementations.Sqlite
await _saveItemCommand.ExecuteNonQueryAsync(cancellationToken);
}
transaction.Commit();
}
catch (OperationCanceledException)