summaryrefslogtreecommitdiffstats
path: root/options
diff options
context:
space:
mode:
Diffstat (limited to 'options')
-rw-r--r--options/options.c1
-rw-r--r--options/options.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/options/options.c b/options/options.c
index 173d3493cc..9ac4a63632 100644
--- a/options/options.c
+++ b/options/options.c
@@ -559,6 +559,7 @@ const m_option_t mp_opts[] = {
OPT_FLAG("resume-playback", position_resume, 0),
OPT_FLAG("save-position-on-quit", position_save_on_quit, 0),
+ OPT_FLAG("write-filename-in-watch-later-config", write_filename_in_watch_later_config, 0),
OPT_FLAG("ordered-chapters", ordered_chapters, 0),
OPT_STRING("ordered-chapters-files", ordered_chapters_files, 0),
diff --git a/options/options.h b/options/options.h
index 6ddb432867..05aa8195ae 100644
--- a/options/options.h
+++ b/options/options.h
@@ -153,6 +153,7 @@ typedef struct MPOpts {
double step_sec;
int position_resume;
int position_save_on_quit;
+ int write_filename_in_watch_later_config;
int pause;
int keep_open;
int audio_id;