Skip to content

Commit a6dcab5

Browse files
committed
add nzbget download client
1 parent a93eed5 commit a6dcab5

File tree

9 files changed

+1036
-24
lines changed

9 files changed

+1036
-24
lines changed

backend/src/routes/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import { iconsRoute } from './icons.route';
1010
import { jellyfinRoute } from './jellyfin.route';
1111
import { jellyseerRoute } from './jellyseerr.route';
1212
import { notesRoute } from './notes.route';
13+
import { nzbgetRoute } from './nzbget.route';
1314
import { piholeV6Route } from './pihole-v6.route';
1415
import { piholeRoute } from './pihole.route';
1516
import { qbittorrentRoute } from './qbittorrent.route';
@@ -68,6 +69,7 @@ router.use('/transmission', torrentApiLimiter, transmissionRoute);
6869

6970
// NZB client routes
7071
router.use('/sabnzbd', torrentApiLimiter, sabnzbdRoute);
72+
router.use('/nzbget', torrentApiLimiter, nzbgetRoute);
7173

7274
// Pi-hole routes
7375
router.use('/pihole', apiLimiter, piholeRoute);

0 commit comments

Comments
 (0)