adds basic media_player volume handling

This commit is contained in:
Mathias Scherer
2021-04-05 01:10:15 +02:00
parent e6567ae330
commit fcc4430bf9
6 changed files with 124 additions and 89 deletions

View File

@@ -9,6 +9,8 @@ class UIClassFactory {
return Switch;
case "cover":
return Cover;
case "media_player":
return MediaPlayer;
default:
return Unsupported;
}