add Spotify app

This commit is contained in:
Marko Oldenburg 2020-05-16 14:31:05 +02:00
parent 0a2a3b41b3
commit 7decc37d40

View File

@ -2,7 +2,7 @@
# #
# Developed with Kate # Developed with Kate
# #
# (c) 2017-2018 Copyright: Marko Oldenburg (leongaultier at gmail dot com) # (c) 2017-2020 Copyright: Marko Oldenburg (leongaultier at gmail dot com)
# All rights reserved # All rights reserved
# #
# Special thanks goes to comitters: # Special thanks goes to comitters:
@ -228,7 +228,8 @@ my %openApps = (
'Notificationcenter' => 'com.webos.app.notificationcenter', 'Notificationcenter' => 'com.webos.app.notificationcenter',
'Plex' => 'cdp-30', 'Plex' => 'cdp-30',
'SkyOnline' => 'de.sky.skyonline', 'SkyOnline' => 'de.sky.skyonline',
'Smart-IPTV' => 'com.1827622.109556' 'Smart-IPTV' => 'com.1827622.109556',
'Spotify' => 'spotify-beehive',
); );
my %openAppsPackageName = reverse %openApps; my %openAppsPackageName = reverse %openApps;
@ -2006,7 +2007,7 @@ sub LGTV_WebOS_WakeUp_Udp($@) {
], ],
"release_status": "stable", "release_status": "stable",
"license": "GPL_2", "license": "GPL_2",
"version": "v3.2.1", "version": "v3.2.2",
"author": [ "author": [
"Marko Oldenburg <leongaultier@gmail.com>" "Marko Oldenburg <leongaultier@gmail.com>"
], ],