Emms: Remove mpv IPC workaround.

Should be fixed now that we have mpv 0.31.
master
Pierre Neidhardt 2020-03-04 18:10:11 +01:00
parent 4430d6bfd0
commit cf786f8ba4
1 changed files with 0 additions and 3 deletions

View File

@ -14,9 +14,6 @@
(add-to-list 'emms-player-mpv-parameters "--no-audio-display")
(add-to-list 'emms-info-functions 'emms-info-cueinfo)
(when (version<= emms-version "5.3")
(setq emms-player-mpv-ipc-method 'file)) ; TODO: Remove once Emms 5.4 is out.
(if (executable-find "emms-print-metadata")
(progn
(require 'emms-info-libtag)