Remove setting of obsolete `emms-player-mpv-ipc-method' option

This commit is contained in:
Gerard Vermeulen 2024-06-07 13:47:02 +02:00
parent 8a7f21c0d0
commit 24ca6c12ba

View File

@ -6969,8 +6969,7 @@ for ~mpv~ while eliminating use of ~mpd~.
emms-player-mpd-verbose t))
(with-eval-after-load 'emms-player-mpv
(setopt emms-player-mpv-ipc-method 'ipc-server
emms-player-mpv-update-metadata t)
(setopt emms-player-mpv-update-metadata t)
;; Uncomment the next two lines in case of too many broken YouTube links:
(add-to-list 'emms-player-mpv-parameters "--ytdl-format=best" 'append)
(add-to-list 'emms-player-mpv-parameters "--config=no" 'append)