update format for 'bitrate' property

This commit is contained in:
rolux 2012-06-04 12:33:58 +02:00
parent d8736f7c8b
commit 4c96a9843c
3 changed files with 3 additions and 3 deletions

View File

@ -465,7 +465,7 @@
"type": "integer",
"capability": "canSeeFiles",
"columnWidth": 60,
"format": {"type": "unit", "args": ["kbps", 0, 0.001]},
"format": {"type": "value", "args": ["bps"]},
"sort": true
},
{

View File

@ -387,7 +387,7 @@
"title": "Bitrate",
"type": "integer",
"columnWidth": 60,
"format": {"type": "unit", "args": ["kbps"]},
"format": {"type": "value", "args": ["bps"]},
"sort": true
},
{

View File

@ -387,7 +387,7 @@
"title": "Bitrate",
"type": "integer",
"columnWidth": 60,
"format": {"type": "unit", "args": ["kbps"]},
"format": {"type": "value", "args": ["bps"]},
"sort": true
},
{