aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tag.h')
-rw-r--r--src/tag.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/tag.h b/src/tag.h
index 530f84c4b..2556cf3a7 100644
--- a/src/tag.h
+++ b/src/tag.h
@@ -88,6 +88,12 @@ struct tag {
*/
int time;
+ /**
+ * Does this file have an embedded playlist (e.g. embedded CUE
+ * sheet)?
+ */
+ bool has_playlist;
+
/** an array of tag items */
struct tag_item **items;