Fix android build

This commit is contained in:
Marcos Carvalho 2024-05-24 08:10:25 +01:00
parent d788623509
commit 574dda5286
No known key found for this signature in database

View file

@ -159,7 +159,7 @@ data class DeviceSettings(
disableSleepTimerResetFeedback = false,
languageCode = "en-us",
downloadUsingCellular = DownloadUsingCellularSetting.ALWAYS,
streamingUsingCellular = StreamingUsingCellularItems.ALWAYS
streamingUsingCellular = StreamingUsingCellularSetting.ALWAYS
)
}
}