Changeset 176

Show
Ignore:
Timestamp:
03/13/08 12:38:05 (10 months ago)
Author:
drarok
Message:

* Tiny patch to fix ticket #28

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • hellaworld/trunk/templates/json.php

    r170 r176  
    4848if ($c->downloadCount > 0) { 
    4949        $hellainfo['downloading'] = htmlspecialchars($c->downloads[0]['nzbName']); 
     50        $hellainfo['size'] = $c->downloads[0]['total_mb']; 
    5051} 
    5152$hellainfo['paused'] = $c->paused; 
    5253$hellainfo['completed'] = $c->completed; 
    53 $hellainfo['size'] = $c->downloads[0]['total_mb']; 
    5454$hellainfo['remaining'] = $c->remaining; 
    5555$hellainfo['eta'] = $c->formatTimeStamp($c->eta);