Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix für #95 #96

Open
wants to merge 1 commit into
base: DEV
Choose a base branch
from
Open

Bugfix für #95 #96

wants to merge 1 commit into from

Commits on Apr 17, 2021

  1. Bugfix für xfjx#95

    Spielt man etwas im Partymodus von-bis und der special-Wert (von) ist nicht 1, gibt es einen Fehler beim Zurückspulen. Sobald man das vordere Ende der Queue erreicht, schlägt das Track zurück fehl. Hier wird currentTrack auf special2 gesetzt. Die Queue geht allerdings nur von 1 bis special2 - special + 1. Deshalb wird eine 0 übergeben und nichts abgespielt.
    Mit diesem Fix wird der letzte Track der Queue übergeben und nicht die Nummer des Tracks verwendet.
    GuteLaune committed Apr 17, 2021
    Configuration menu
    Copy the full SHA
    8a842e1 View commit details
    Browse the repository at this point in the history