diff --git a/server/tx_search.js b/server/tx_search.js index 2216684..a4f4e02 100644 --- a/server/tx_search.js +++ b/server/tx_search.js @@ -159,7 +159,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,