player now supports multiple audio tracks

This commit is contained in:
2025-12-31 15:38:14 +01:00
parent d801a65602
commit 776079d5c6
4 changed files with 160 additions and 55 deletions

View File

@@ -536,4 +536,15 @@ body.stop-scrolling {
.glass-btn-mpv:active {
transform: scale(0.95);
}
}
#audio-select {
background: transparent;
color: white;
border: none;
font-size: 13px;
padding: 4px;
}
#audio-select option {
color: black;
}