let's fix bongo

This commit is contained in:
Chris Cochrun 2021-06-24 07:03:32 -05:00
parent be43279f97
commit ef1b41fd66
2 changed files with 2 additions and 2 deletions

View file

@ -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 ()

View file

@ -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 ()