mirror of
https://github.com/mpv-player/mpv
synced 2024-12-26 17:12:36 +00:00
player: it's not --force-seeking but --force-seekable
Oops. Fuck.
This commit is contained in:
parent
d72bcc8041
commit
0fe62bc1d2
@ -189,7 +189,7 @@ static void mp_seek(MPContext *mpctx, struct seek_params seek)
|
||||
|
||||
if (!mpctx->demuxer->seekable) {
|
||||
MP_ERR(mpctx, "Cannot seek in this file.\n");
|
||||
MP_ERR(mpctx, "You can forcibly enable it with '--force-seeking=yes'.\n");
|
||||
MP_ERR(mpctx, "You can forcibly enable it with '--force-seekable=yes'.\n");
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user