Add music players filter, fix #188

This commit is contained in:
Tommaso Berlose
2020-10-05 11:09:11 +02:00
parent cb480ed4ee
commit bab92f9169
34 changed files with 376 additions and 3 deletions

View File

@ -121,6 +121,7 @@ object Preferences : KotprefModel() {
var mediaPlayerAlbum by stringPref(default = "")
var mediaPlayerArtist by stringPref(default = "")
var mediaPlayerPackage by stringPref(default = "")
var musicPlayersFilter by stringPref(default = "")
// Integrations
var installedIntegrations by intPref(default = 0)