Disable the mpg123 decoder since it's getting track durations wrong?
This commit is contained in:
parent
8068dee39d
commit
e74a770250
1 changed files with 5 additions and 0 deletions
|
@ -16,6 +16,11 @@ audio_output {
|
|||
name "MacOS Audio"
|
||||
}
|
||||
|
||||
decoder {
|
||||
plugin "mpg123"
|
||||
enabled "no"
|
||||
}
|
||||
|
||||
audio_output {
|
||||
type "fifo"
|
||||
name "ncmpcpp"
|
||||
|
|
Loading…
Reference in a new issue