diff options
| author | jacqueline <me@jacqueline.id.au> | 2024-06-25 12:46:44 +1000 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2024-06-25 12:46:44 +1000 |
| commit | 2d04e13cc6498cb4b28a07ae1ce878a295b3cee4 (patch) | |
| tree | 2c04dd880dc333a0adaeba3ef301aadd39c8d043 /lua/playing.lua | |
| parent | d75927ff92b3513732573b70747e8311f91bfaed (diff) | |
| parent | cb9560428d34c2bf2371d0dda869b5c47166a926 (diff) | |
| download | tangara-fw-2d04e13cc6498cb4b28a07ae1ce878a295b3cee4.tar.gz | |
Merge branch 'main' of codeberg.org:cool-tech-zone/tangara-fw
Diffstat (limited to 'lua/playing.lua')
| -rw-r--r-- | lua/playing.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/playing.lua b/lua/playing.lua index 1acfe25e..71d95892 100644 --- a/lua/playing.lua +++ b/lua/playing.lua @@ -171,7 +171,7 @@ return screen:new { local prev_btn = controls:Button {} prev_btn:onClicked(function() - if playback.position:get() > 1 or queue.position:get() == 1 then + if playback.position:get() > 3 then playback.position:set(0) else queue.previous() |
