diff options
| author | jacqueline <me@jacqueline.id.au> | 2024-08-28 15:30:53 +1000 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2024-08-28 15:30:53 +1000 |
| commit | 3421bd652c39b253872e43d3b6e43664bd0b66e2 (patch) | |
| tree | 90a6cc3980e32648b8488db281dc838e3ffbdd7d /src/tangara/lua/file_iterator.hpp | |
| parent | af7a70450e3ceaaf291aa09b9383b50b879759d9 (diff) | |
| download | tangara-fw-3421bd652c39b253872e43d3b6e43664bd0b66e2.tar.gz | |
When clicking a track in the file browser, play it
Includes adding a `playback.is_playable` for working out whether or not
a particular file is able to be played
Diffstat (limited to 'src/tangara/lua/file_iterator.hpp')
| -rw-r--r-- | src/tangara/lua/file_iterator.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/tangara/lua/file_iterator.hpp b/src/tangara/lua/file_iterator.hpp index c4071445..2d5c2d7d 100644 --- a/src/tangara/lua/file_iterator.hpp +++ b/src/tangara/lua/file_iterator.hpp @@ -19,7 +19,6 @@ struct FileEntry { int index; bool isHidden; bool isDirectory; - bool isTrack; std::string filepath; std::string name; }; @@ -44,4 +43,4 @@ class FileIterator { auto iterate(bool reverse = false) -> bool; }; -} // namespace lua
\ No newline at end of file +} // namespace lua |
