Disable the mpg123 decoder since it's getting track durations wrong?

This commit is contained in:
Danielle McLean 2023-12-06 13:57:42 +11:00
parent 8068dee39d
commit e74a770250
Signed by: 00dani
GPG key ID: 52C059C3B22A753E

View file

@ -16,6 +16,11 @@ audio_output {
name "MacOS Audio"
}
decoder {
plugin "mpg123"
enabled "no"
}
audio_output {
type "fifo"
name "ncmpcpp"