fix incorrect shntool path

Since the prefix for shntools is /usr, the default path for headphones is /usr/bin, not /usr/bin/shntool.
This leads to a missing binary error in logs.

```
root@eb24f530c9b0:/$ ls /usr/bin/shn*
/usr/bin/shncat  /usr/bin/shncmp  /usr/bin/shnconv  /usr/bin/shncue  /usr/bin/shnfix  /usr/bin/shngen  /usr/bin/shnhash  /usr/bin/shninfo  /usr/bin/shnjoin  /usr/bin/shnlen  /usr/bin/shnpad  /usr/bin/shnsplit  /usr/bin/shnstrip  /usr/bin/shntool  /usr/bin/shntrim
```
This commit is contained in:
Bernard Brandl 2018-11-20 12:02:16 +01:00 committed by GitHub
parent 9a838d833a
commit 535d2a786c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,7 @@ mirror = musicbrainz.org
api_enabled = 0
correct_metadata = 0
customuser = ""
cue_split_shntool_path = "/usr/bin/shntool"
cue_split_shntool_path = "/usr/bin"
lastfm_username = ""
autowant_upcoming = 1
config_version = 5