♻️ Move nzbget sdk to routers

This commit is contained in:
Meier Lukas
2023-06-10 17:48:55 +02:00
parent 3e24277b93
commit 696da5dbec
9 changed files with 10 additions and 182 deletions

View File

@@ -4,7 +4,7 @@ import duration from 'dayjs/plugin/duration';
import { NextApiRequest, NextApiResponse } from 'next';
import { Client } from 'sabnzbd-api';
import { getConfig } from '../../../../tools/config/getConfig';
import { NzbgetClient } from './nzbget/nzbget-client';
import { NzbgetClient } from '../../../../server/api/routers/usenet/nzbget/nzbget-client';
dayjs.extend(duration);