mirror of
https://github.com/sakaljurgis/kodi-api-server.git
synced 2026-07-09 04:47:41 +00:00
add todos and small changes
This commit is contained in:
@@ -27,7 +27,6 @@ export class LrtApiSearchClient {
|
||||
|
||||
const loadedCategories = new Set();
|
||||
|
||||
//todo - move to mapper
|
||||
const responseDto = new SearchResponseDto(
|
||||
parseInt(searchResponse.page),
|
||||
parseInt(searchResponse.total_found),
|
||||
|
||||
@@ -337,7 +337,9 @@ export class TorrentService {
|
||||
.catch(() => false);
|
||||
|
||||
return new NotificationResponse(
|
||||
result ? 'torrent deleted' : 'deleting from wt not implemented',
|
||||
result
|
||||
? 'torrent deleted'
|
||||
: 'deleting from wt not implemented, \nadd to transmission and delete',
|
||||
true,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user