mirror of
https://github.com/ronggang/transmission-web-control.git
synced 2025-04-14 09:30:25 +00:00
commit
8ee5df65c4
|
@ -91,7 +91,9 @@ transmission.torrents = {
|
|||
this.warning = new Array();
|
||||
this.btItems = new Array();
|
||||
// All download directories used by current torrents
|
||||
transmission.downloadDirs = new Array();
|
||||
if (transmission.downloadDirs == undefined){
|
||||
transmission.downloadDirs = new Array();
|
||||
}
|
||||
|
||||
var _Status = transmission._status;
|
||||
this.status = {};
|
||||
|
|
Loading…
Reference in New Issue
Block a user