Wasn't returning radio json wasn't returning mode

This commit is contained in:
Peter Goodhall 2019-09-27 17:43:01 +01:00 committed by GitHub
parent f6924c77ed
commit 1a737166c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -111,7 +111,7 @@
if(strtoupper($row->mode) == "FMN"){
$mode = "FM";
} else {
$mode = strtoupper($mode);
$mode = strtoupper($row->mode);
}
$sat_name = "";
@ -175,4 +175,4 @@
}
}
?>
?>