diff --git a/fhem/CHANGED b/fhem/CHANGED index 331abda99..85f3fdb37 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -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 Support for JellyFin App - feature: 74_AutomowerConnect: attribute controlled automatic syncronizing the mower time if DST changes - feature: 76_SolarForecast: new attr affectConsForecastLastDays and more diff --git a/fhem/FHEM/82_LGTV_WebOS.pm b/fhem/FHEM/82_LGTV_WebOS.pm index 82b8e4cd2..a97d380cf 100644 --- a/fhem/FHEM/82_LGTV_WebOS.pm +++ b/fhem/FHEM/82_LGTV_WebOS.pm @@ -369,7 +369,7 @@ __END__ ], "release_status": "stable", "license": "GPL_2", - "version": "v3.7.0", + "version": "v3.7.1", "author": [ "Marko Oldenburg " ], diff --git a/fhem/lib/FHEM/Devices/LGTV/LGTVWebOS.pm b/fhem/lib/FHEM/Devices/LGTV/LGTVWebOS.pm index 8dd0b6b41..bd6bdaf90 100644 --- a/fhem/lib/FHEM/Devices/LGTV/LGTVWebOS.pm +++ b/fhem/lib/FHEM/Devices/LGTV/LGTVWebOS.pm @@ -199,6 +199,7 @@ my %openApps = ( 'DAZN' => 'dazn', 'SkyQ' => 'com.skygo.app.de.q', 'WaipuTv' => 'tv.waipu.app.waipu-lg', + 'JellyFin' => 'org.jellyfin.webos', ); my %openAppsPackageName = reverse %openApps;