So I created a game in pygame but I have a very weird problem where it plays the qued song on the computer and when converted to exe but wont play when I used pygbag to put it on the web. Here is the code for the music. (There are questions about mixer not working but this is different because it plays the first song but doesn't play the second)
pygame.mixer.music.load("Assets/soundtrack_A.ogg")
pygame.mixer.music.queue("Assets/soundtrack_loop.ogg", "ogg", -1)
pygame.mixer.music.play()