This commit is contained in:
2026-04-06 21:59:25 +02:00
parent 501fe0d443
commit 887cf6331e
+1 -1
View File
@@ -219,7 +219,7 @@ async function fetchTx(freq, piCode, rdsPs) {
const key = `${freq}|${piCode.toUpperCase()}`;
var rawMatches = piFreqIndex[key] || [];
rawMatches = [...storage.tx_search_hook[key], ...rawMatches];
rawMatches = [...(storage.tx_search_hook[key] || []), ...rawMatches];
// Format the results into the same structure as before
let filteredLocations = rawMatches.map(({ station, ...locData }) => ({