We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c89a4f commit 371a2caCopy full SHA for 371a2ca
intg-androidtv/apps.py
@@ -27,7 +27,9 @@
27
# Used to show which app is currently in the foreground (currently playing)
28
IdMappings = {
29
"com.google.android.backdrop": "Backdrop Daydream",
30
+ "com.google.android.apps.tv.dreamx": "Backdrop Daydream",
31
"com.google.android.katniss": "Google app",
32
+ "com.google.android.apps.tv.launcherx": "Android TV",
33
"com.android.vending": "Google Play Store",
34
"com.android.tv.settings": "Settings",
35
"com.spotify.tv.android": "Spotify",
@@ -74,4 +76,4 @@
74
76
"plex": "Plex",
75
77
"kodi": "Kodi",
78
"emby": "Emby",
-}
79
+}
0 commit comments