Add missing audioLyricType setting

This commit is contained in:
RandomNinjaAtk 2023-07-11 14:22:21 +00:00 committed by GitHub
parent 68eb151ce6
commit c5a23f502b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"