Add missing audioLyricType setting
This commit is contained in:
parent
68eb151ce6
commit
c5a23f502b
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
scriptVersion="1.0.4"
|
||||
scriptVersion="1.0.5"
|
||||
|
||||
|
||||
getArrAppInfo () {
|
||||
|
@ -44,6 +44,7 @@ topLimit="3"
|
|||
addDeezerTopArtists="false"
|
||||
addDeezerTopAlbumArtists="false"
|
||||
addDeezerTopTrackArtists="false"
|
||||
audioLyricType="both"
|
||||
audioFormat="native"
|
||||
audioBitrate="lossless"
|
||||
addRelatedArtists="false"
|
||||
|
|
Loading…
Reference in a new issue