diff --git a/server/tx_search.js b/server/tx_search.js index e46f385..895790f 100644 --- a/server/tx_search.js +++ b/server/tx_search.js @@ -164,7 +164,7 @@ async function processData(data, piCode, rdsPs) { if (matchingStation) { return { - station: matchingStation.station.replace("R.", "Radio "), + station: detectedByPireg ? matchingStation.station.replace("R.", "Radio ") + ' ' + matchingStation.regname : matchingStation.station.replace("R.", "Radio "), pol: matchingStation.pol.toUpperCase(), erp: matchingStation.erp && matchingStation.erp > 0 ? matchingStation.erp : '?', city: matchingCity.name,