summaryrefslogtreecommitdiff
path: root/src/database/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/database/include')
-rw-r--r--src/database/include/tag_processor.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/database/include/tag_processor.hpp b/src/database/include/tag_processor.hpp
index fb2201db..eda88225 100644
--- a/src/database/include/tag_processor.hpp
+++ b/src/database/include/tag_processor.hpp
@@ -6,6 +6,8 @@ namespace database {
struct FileInfo {
bool is_playable;
+ std::string artist;
+ std::string album;
std::string title;
};