2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +00:00

82_LGTV_WebOS: add Spotify app support

git-svn-id: https://svn.fhem.de/fhem/trunk@21953 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
LeonGaultier 2020-05-16 12:39:24 +00:00
parent 88cb2a4fc5
commit cf73390373
2 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,6 @@
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
# Do not insert empty lines here, update check depends on it.
- feature: 82_LGTV_WebOS: add Spotify app support
- change: 93_Log2Syslog: permit content of 'exclErrCond' to fhemLog strings
Forum: 75426.msg1054362.html#msg1054362
- new: 48_BlinkCamera: now made official module for Blink Cameras

View File

@ -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 <leongaultier@gmail.com>"
],