mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Fix radio API response key, so radio timeout alert works again
This commit is contained in:
@@ -238,7 +238,7 @@ class Radio extends CI_Controller {
|
||||
if (isset($cat_url) && ($cat_url != null)) {
|
||||
$a_ret['cat_url'] = $cat_url;
|
||||
}
|
||||
$a_ret['update_minutes_ago'] = $updated_at;
|
||||
$a_ret['updated_minutes_ago'] = $updated_at;
|
||||
echo json_encode($a_ret, JSON_PRETTY_PRINT);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user