Merge pull request #75 from nullrouten0/10-15-25-bugs

fixed map to show only channels with locations
This commit is contained in:
Pablo Revilla
2025-10-15 16:15:01 -07:00
committed by GitHub

View File

@@ -258,8 +258,6 @@ loadTranslations().then(async () => {
if (customView) map.setView([customView.lat,customView.lng],customView.zoom);
else map.fitBounds(areaBounds);
const extraChannels = await fetchAdditionalChannels();
extraChannels.forEach(raw => channelSet.add(channelKey(raw)));
channelList = Array.from(channelSet).sort();
// ---- LocalStorage for Filter Preferences ----