2025-03-12, 11:15 PM
For anyone else, if you want to enable Audio/Subtitle selection before starting media, this is custom CSS that you need to enter after theme:
Code:
.selectSubtitlesContainer, .selectAudioContainer{
ย visibility: visible !important;
ย position: relative !important;
}