From 7decc37d40cfe05ebd9c6e7924cffc4a4a66540b Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Sat, 16 May 2020 14:31:05 +0200 Subject: [PATCH] add Spotify app --- 82_LGTV_WebOS.pm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/82_LGTV_WebOS.pm b/82_LGTV_WebOS.pm index e641d3b..0b9360d 100644 --- a/82_LGTV_WebOS.pm +++ b/82_LGTV_WebOS.pm @@ -2,7 +2,7 @@ # # 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 # # Special thanks goes to comitters: @@ -228,7 +228,8 @@ my %openApps = ( 'Notificationcenter' => 'com.webos.app.notificationcenter', 'Plex' => 'cdp-30', 'SkyOnline' => 'de.sky.skyonline', - 'Smart-IPTV' => 'com.1827622.109556' + 'Smart-IPTV' => 'com.1827622.109556', + 'Spotify' => 'spotify-beehive', ); my %openAppsPackageName = reverse %openApps; @@ -2006,7 +2007,7 @@ sub LGTV_WebOS_WakeUp_Udp($@) { ], "release_status": "stable", "license": "GPL_2", - "version": "v3.2.1", + "version": "v3.2.2", "author": [ "Marko Oldenburg " ],