diff options
| author | Sam <github@samlord.co.uk> | 2025-02-01 17:23:24 +0000 |
|---|---|---|
| committer | Sam <github@samlord.co.uk> | 2025-02-01 17:23:24 +0000 |
| commit | e343ffee5a4663374a77073a3e4370041f2fc431 (patch) | |
| tree | 1e87af364dc3b2d31070921ff04199c932ada129 /lua/widgets.lua | |
| parent | b98e67972bca390961ecd2240ab3d3553ea0bf86 (diff) | |
| download | tangara-fw-e343ffee5a4663374a77073a3e4370041f2fc431.tar.gz | |
Add playlist browser
Add a menu item to main menu and associated browser for playlist files
in the root of the SD card
Diffstat (limited to 'lua/widgets.lua')
| -rw-r--r-- | lua/widgets.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/widgets.lua b/lua/widgets.lua index 0aac7705..20f0cd2a 100644 --- a/lua/widgets.lua +++ b/lua/widgets.lua @@ -361,7 +361,7 @@ function widgets.InfiniteList(parent, iterator, opts) end for idx = 0, 8 do - local val = fwd_iterator() + local val = fwd_iterator:next() if not val then break end |
