mirror of
https://github.com/zoriya/flood.git
synced 2026-06-06 03:56:42 +00:00
Revert "server: qBittorrent: chop the trailing slash off from directory"
This reverts commit dbc0211a99.
Bug: #173
This commit is contained in:
@@ -328,7 +328,7 @@ class QBittorrentClientGatewayService extends ClientGatewayService {
|
||||
bytesDone: info.completed,
|
||||
dateAdded: info.added_on,
|
||||
dateCreated,
|
||||
directory: info.save_path.slice(0, -1),
|
||||
directory: info.save_path,
|
||||
downRate: info.dlspeed,
|
||||
downTotal: info.downloaded,
|
||||
eta: info.eta >= 8640000 ? -1 : info.eta,
|
||||
|
||||
Reference in New Issue
Block a user