chore: make default value for embedAppleMusic = false until works well

Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
Infi 2024-10-13 13:44:02 +02:00
parent 7ce3ee3152
commit b0c5053c99
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ data class AndroidSpecificSettingsSpecialEmbedSettings(
* Whether to embed Apple Music albums and tracks interactively.
* Boolean.
*/
val embedAppleMusic: Boolean = true
val embedAppleMusic: Boolean = false
)
@Serializable