Update main.js
This commit is contained in:
parent
7c2fbce5df
commit
434717d7a2
1 changed files with 1 additions and 1 deletions
2
main.js
2
main.js
|
|
@ -75,7 +75,7 @@ document.addEventListener('DOMContentLoaded', function () {
|
||||||
function stopPlayback() {
|
function stopPlayback() {
|
||||||
if (currentSound) { currentSound.stop(); currentSound = null; }
|
if (currentSound) { currentSound.stop(); currentSound = null; }
|
||||||
stopButton.classList.add('hidden');
|
stopButton.classList.add('hidden');
|
||||||
currentStationName.innerHTML = 'Wähle einen Sender aus';
|
currentStationName.innerHTML = '<i class="fa-solid fa-radio" style="opacity:0.5"></i> Wähle einen Sender aus';
|
||||||
window.UI.updateDocumentTitle('');
|
window.UI.updateDocumentTitle('');
|
||||||
if (window.MetaHandler) window.MetaHandler.stop();
|
if (window.MetaHandler) window.MetaHandler.stop();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue