diff options
| author | ailurux <ailuruxx@gmail.com> | 2024-05-06 15:48:04 +1000 |
|---|---|---|
| committer | ailurux <ailuruxx@gmail.com> | 2024-05-06 15:48:04 +1000 |
| commit | 8019c7691889cde4c3d40bbd78d485a92d713bbf (patch) | |
| tree | 65da1621c390a89e620579255a34fe2cea93ffb8 /src/lua/include/file_iterator.hpp | |
| parent | eeb3f2d406a951b423b83f559fe749df0b4f745a (diff) | |
| download | tangara-fw-8019c7691889cde4c3d40bbd78d485a92d713bbf.tar.gz | |
File browser and track browser bug fixes
Diffstat (limited to 'src/lua/include/file_iterator.hpp')
| -rw-r--r-- | src/lua/include/file_iterator.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lua/include/file_iterator.hpp b/src/lua/include/file_iterator.hpp index da1a6eeb..82d6f397 100644 --- a/src/lua/include/file_iterator.hpp +++ b/src/lua/include/file_iterator.hpp @@ -16,6 +16,7 @@ namespace database { // Note for when reading FILINFO, that we are in LFN mode: // http://elm-chan.org/fsw/ff/doc/sfileinfo.html struct FileEntry { + int index; bool isHidden; bool isDirectory; bool isTrack; |
