diff --git a/README.org b/README.org index 8eee31d1..7603f538 100644 --- a/README.org +++ b/README.org @@ -1867,7 +1867,7 @@ interfere with the default `bongo-playlist-buffer'." "cue:" "sdp:" "mpst:" "tivo:") . t) :matcher '(("http:" "https:" "lbry:") . t)) - (setq bongo-enabled-backends '(mpv-fast mpv-slow) + (setq bongo-enabled-backends '(mpv) bongo-track-mark-icon-file-name "track-mark-icon.png") (defun chris/bongo-mark-line-forward () diff --git a/init.el b/init.el index bb48aa0d..79c580f2 100644 --- a/init.el +++ b/init.el @@ -1399,7 +1399,7 @@ interfere with the default `bongo-playlist-buffer'." "cue:" "sdp:" "mpst:" "tivo:") . t) :matcher '(("http:" "https:" "lbry:") . t)) - (setq bongo-enabled-backends '(mpv-fast mpv-slow) + (setq bongo-enabled-backends '(mpv) bongo-track-mark-icon-file-name "track-mark-icon.png") (defun chris/bongo-mark-line-forward ()