Add current song

This commit is contained in:
Tommaso Berlose
2020-05-08 15:10:19 +02:00
parent d86d2cadd4
commit 654ec3fe66
64 changed files with 623 additions and 22 deletions

View File

@ -52,6 +52,10 @@ class MainViewModel : ViewModel() {
val showWeatherWarning = Preferences.asLiveData(Preferences::showWeatherWarning)
// Music
val showMusic = Preferences.asLiveData(Preferences::showMusic)
val mediaInfoFormat = Preferences.asLiveData(Preferences::mediaInfoFormat)
// Advanced Settings
val darkThemePreference = Preferences.asLiveData(Preferences::darkThemePreference)
val showWallpaper = Preferences.asLiveData(Preferences::showWallpaper)