summaryrefslogtreecommitdiff
path: root/src/tangara/lua/file_iterator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tangara/lua/file_iterator.cpp')
-rw-r--r--src/tangara/lua/file_iterator.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tangara/lua/file_iterator.cpp b/src/tangara/lua/file_iterator.cpp
index 823775e8..71daf2d8 100644
--- a/src/tangara/lua/file_iterator.cpp
+++ b/src/tangara/lua/file_iterator.cpp
@@ -79,7 +79,6 @@ auto FileIterator::iterate(bool show_hidden) -> bool {
.index = offset_,
.isHidden = hidden,
.isDirectory = (info.fattrib & AM_DIR) > 0,
- .isTrack = false, // TODO
.filepath = original_path_ + (original_path_.size() > 0 ? "/" : "") +
info.fname,
.name = info.fname,