mirror of
https://github.com/transmission/transmission.git
synced 2026-04-24 19:00:00 +01:00
(web) #5214 'add free space indicator': added with patch by taem
This commit is contained in:
@@ -18,7 +18,8 @@ var RPC = {
|
||||
_TurtleState : 'alt-speed-enabled',
|
||||
_TurtleUpSpeedLimit : 'alt-speed-up',
|
||||
_UpSpeedLimit : 'speed-limit-up',
|
||||
_UpSpeedLimited : 'speed-limit-up-enabled'
|
||||
_UpSpeedLimited : 'speed-limit-up-enabled',
|
||||
_DownloadDirFreeSpace : 'download-dir-free-space'
|
||||
};
|
||||
|
||||
function TransmissionRemote(controller)
|
||||
|
||||
Reference in New Issue
Block a user