Fix QBittorrentClient export in legacy qbittorrent.js
Some checks failed
Some checks failed
Remove undefined QBittorrentClient export that was causing container startup failures. The actual implementation is now in server/clients/QBittorrentClient.js
This commit is contained in:
@@ -125,11 +125,10 @@ function mapTorrentToDownload(torrent) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
getTorrents: getAllTorrents,
|
getAllTorrents,
|
||||||
getClients,
|
getClients,
|
||||||
mapTorrentToDownload,
|
mapTorrentToDownload,
|
||||||
formatBytes,
|
formatBytes,
|
||||||
formatSpeed,
|
formatSpeed,
|
||||||
formatEta,
|
formatEta
|
||||||
QBittorrentClient
|
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user