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

Fehlende disableStandbyTimer() aufrufe. #75

Open
marco-117 opened this issue Aug 18, 2020 · 1 comment
Open

Fehlende disableStandbyTimer() aufrufe. #75

marco-117 opened this issue Aug 18, 2020 · 1 comment

Comments

@marco-117
Copy link

Hallo,

ich habe ein Fehler entdeckt.
Es ist möglich, wenn der Tonuino pausiert, über die up und down Buttons einen Track spielen zu lassen.
In Zeile 1024:
```
if (!ignoreUpButton)
if (!mySettings.invertVolumeButtons) {
nextButton();
}


und Zeile 1039:

else if (downButton.wasReleased()) {
if (!ignoreDownButton) {
if (!mySettings.invertVolumeButtons) {
previousButton();
}


Es wird nicht abgefragt ob ein Track läuft und über nextButton() und previousButton() wird nextTrack() und previousTrack() ausgeführt.
In beiden werden dann Tracks angespielt ohne das der Standby Timer deaktiviert wird.

Ich habe diese Schlussfolgerung hergeleitet und nicht getestet.

Grüße
@jochenberger
Copy link

Jepp, kann ich in der DEV reproduzieren.

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

2 participants