summaryrefslogtreecommitdiffstats
path: root/player/loadfile.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-10-10 14:44:22 +0200
committerwm4 <wm4@nowhere>2014-10-10 14:44:22 +0200
commitf93419f6b223546d36580ad37ca2644c0c4bb971 (patch)
tree13a2d4f8100352ab8a136f210c8943c1aa7947ea /player/loadfile.c
parentd4b2a96d90249dd435679a6f24af2248b1f8dd0b (diff)
downloadmpv-f93419f6b223546d36580ad37ca2644c0c4bb971.tar.bz2
mpv-f93419f6b223546d36580ad37ca2644c0c4bb971.tar.xz
player: --save-position-on-quit should always work (2)
This reimplements the feature reverted in the previous commit in a different way.
Diffstat (limited to 'player/loadfile.c')
-rw-r--r--player/loadfile.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/player/loadfile.c b/player/loadfile.c
index ac1d765619..a30c491227 100644
--- a/player/loadfile.c
+++ b/player/loadfile.c
@@ -1194,9 +1194,6 @@ terminate_playback:
if (mpctx->stop_play != AT_END_OF_FILE)
clear_audio_output_buffers(mpctx);
- if (opts->position_save_on_quit && mpctx->stop_play == PT_QUIT)
- mp_write_watch_later_conf(mpctx);
-
if (mpctx->step_frames)
opts->pause = 1;