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

Zurückspulen im Partymodus von-bis von Track 1 keine Wiedergabe #95

Open
GuteLaune opened this issue Apr 17, 2021 · 0 comments
Open

Zurückspulen im Partymodus von-bis von Track 1 keine Wiedergabe #95

GuteLaune opened this issue Apr 17, 2021 · 0 comments

Comments

@GuteLaune
Copy link
Contributor

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.

Beispiel: Partymodus von 13 (special) bis 15 (special2)
Queue:
1 14
2 15
3 13
4 0
5 0

versucht man jetzt von Track 1 rückwärtszuspringen, wird currentTrack auf 15 gesetzt. Richtig wäre aber 3

GuteLaune added a commit to GuteLaune/TonUINO that referenced this issue Apr 17, 2021
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant