bug fix for hadcoded setting
This commit is contained in:
parent
2d9aa8960b
commit
0730a7799c
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
scriptVersion="1.0"
|
||||
scriptVersion="1.0.1"
|
||||
|
||||
|
||||
getArrAppInfo () {
|
||||
|
@ -45,7 +45,7 @@ addDeezerTopArtists="false"
|
|||
addDeezerTopAlbumArtists="false"
|
||||
addDeezerTopTrackArtists="false"
|
||||
audioFormat="native"
|
||||
audioBitrate="160"
|
||||
audioBitrate="lossless"
|
||||
addRelatedArtists="false"
|
||||
numberOfRelatedArtistsToAddPerArtist="1"
|
||||
beetsMatchPercentage="90"
|
||||
|
|
Loading…
Reference in a new issue