gapless weak
don't actually want to force output to first track, weak works correctly for all cases where it matters and is better for mixed media
This commit is contained in:
parent
38b3902f69
commit
bcc0db6748
1 changed files with 0 additions and 1 deletions
|
@ -70,7 +70,6 @@ mod imp {
|
|||
mpv.set_property("user-agent", crate::USER_AGENT).unwrap();
|
||||
mpv.set_property("video", false).unwrap();
|
||||
mpv.set_property("prefetch-playlist", true).unwrap();
|
||||
mpv.set_property("gapless-audio", true).unwrap();
|
||||
|
||||
mpv.observe_property(0, "volume").unwrap();
|
||||
mpv.observe_property(1, "mute").unwrap();
|
||||
|
|
Loading…
Reference in a new issue