Skip to content

Commit 9a82da6

Browse files
author
newtom28
committed
Move radio-player
1 parent 03d68ec commit 9a82da6

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

src/search.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ export async function openInternetRadio() {
447447
});
448448
if (locationData.state) params.set('state', locationData.state);
449449

450-
const playerUrl = `src/radio-player.html?${params.toString()}`;
450+
const playerUrl = `radio-player.html?${params.toString()}`;
451451
window.open(playerUrl, '_blank');
452452
} catch {
453453
handleError(i18n.t('errors.no_results'));

0 commit comments

Comments
 (0)