aboutsummaryrefslogtreecommitdiff
path: root/src/tag.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-02-12 18:19:12 +0100
committerMax Kellermann <max@duempel.org>2012-02-12 18:29:05 +0100
commit4b36af4a349fb8840b0bb3a9fb30552abbac663f (patch)
tree3928f75ca8b1e8f915f72c958332f13b8a710f25 /src/tag.h
parent4a23a4bfee5c7b213da4f72ae858ab69840ccbdc (diff)
tag: add attribute "has_playlist"
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 530f84c4..2556cf3a 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;