mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-07-29 16:29:19 +02:00
there
This commit is contained in:
+1
-1
@@ -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 }) => ({
|
||||
|
||||
Reference in New Issue
Block a user