summaryrefslogtreecommitdiffstats
path: root/common/playlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/playlist.h')
-rw-r--r--common/playlist.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/playlist.h b/common/playlist.h
index e0ac816774..119e591db8 100644
--- a/common/playlist.h
+++ b/common/playlist.h
@@ -62,6 +62,8 @@ struct playlist {
// current_was_replaced is set to true.
struct playlist_entry *current;
bool current_was_replaced;
+
+ bool disable_safety;
};
void playlist_entry_add_param(struct playlist_entry *e, bstr name, bstr value);