mirror of
https://github.com/zoriya/flood.git
synced 2026-06-06 12:02:13 +00:00
server: qBittorrent: chop the trailing slash off from directory
To sync with other clients.
This commit is contained in:
@@ -277,7 +277,7 @@ class QBittorrentClientGatewayService extends ClientGatewayService {
|
||||
bytesDone: info.completed,
|
||||
dateAdded: info.added_on,
|
||||
dateCreated,
|
||||
directory: info.save_path,
|
||||
directory: info.save_path.slice(0, -1),
|
||||
downRate: info.dlspeed,
|
||||
downTotal: info.downloaded,
|
||||
eta: info.eta >= 8640000 ? -1 : info.eta,
|
||||
|
||||
Reference in New Issue
Block a user