hdchina: fix volumefactor

This commit is contained in:
Garfield69 2019-02-04 14:00:45 +13:00
parent fbadc4f3a9
commit 83d11a58cb
1 changed files with 8 additions and 3 deletions

View File

@ -116,10 +116,15 @@
args: " ago" args: " ago"
downloadvolumefactor: downloadvolumefactor:
case: case:
img.pro_50pctdown: ".5"
img.pro_30pctdown: ".3"
img.pro_free: "0" img.pro_free: "0"
img.pro_free2up: "0"
img.pro_50pctdown: "0.5"
img.pro_50pctdown2up: "0.5"
img.pro_30pctdown: "0.3"
"*": "1" "*": "1"
uploadvolumefactor: uploadvolumefactor:
case: case:
"*": "1" img.pro_50pctdown2up: "2"
img.pro_free2up: "2"
img.pro_2up: "2"
"*": "1"