mopidy: installs more audio codecs.. the bad ones
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Marvin Steadfast 2021-06-01 11:43:01 +02:00
parent eb3430d180
commit ea314f1fae

View File

@ -470,6 +470,7 @@ func mopidy() error {
// Install.
cmd = exec.Command(
"apt-get", "install", "-y",
"libgstreamer-plugins-bad",
"mopidy",
"mopidy-alsamixer",
"mopidy-mpd",