Changeset 176
- Timestamp:
- 03/13/08 12:38:05 (10 months ago)
- Files:
-
- 1 modified
-
hellaworld/trunk/templates/json.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
hellaworld/trunk/templates/json.php
r170 r176 48 48 if ($c->downloadCount > 0) { 49 49 $hellainfo['downloading'] = htmlspecialchars($c->downloads[0]['nzbName']); 50 $hellainfo['size'] = $c->downloads[0]['total_mb']; 50 51 } 51 52 $hellainfo['paused'] = $c->paused; 52 53 $hellainfo['completed'] = $c->completed; 53 $hellainfo['size'] = $c->downloads[0]['total_mb'];54 54 $hellainfo['remaining'] = $c->remaining; 55 55 $hellainfo['eta'] = $c->formatTimeStamp($c->eta);
