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

82_LGTV_WebOS: add Support for JellyFin App

git-svn-id: https://svn.fhem.de/fhem/trunk@29241 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
LeonGaultier 2024-10-15 04:17:43 +00:00
parent ebb353017a
commit 846b8a15de
3 changed files with 3 additions and 1 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 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

View File

@ -369,7 +369,7 @@ __END__
],
"release_status": "stable",
"license": "GPL_2",
"version": "v3.7.0",
"version": "v3.7.1",
"author": [
"Marko Oldenburg <fhemdevelopment@cooltux.net>"
],

View File

@ -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;