add todos and small changes

This commit is contained in:
Jurgis Sakalauskas
2023-07-07 16:12:29 +03:00
parent daaeda539b
commit 27f76a08f0
10 changed files with 2401 additions and 2891 deletions
@@ -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),
+3 -1
View File
@@ -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,
);
}