chore: make default value for embedAppleMusic = false until works well
Signed-off-by: Infi <infi@infi.sh>
This commit is contained in:
parent
7ce3ee3152
commit
b0c5053c99
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue