mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-28 11:01:59 +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:
parent
c9ecd5cfd6
commit
f80ad12889
@ -1,5 +1,6 @@
|
|||||||
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
# 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
|
# 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
|
- feature: 74_AutomowerConnect: attribute controlled automatic syncronizing
|
||||||
the mower time if DST changes
|
the mower time if DST changes
|
||||||
- feature: 76_SolarForecast: new attr affectConsForecastLastDays and more
|
- feature: 76_SolarForecast: new attr affectConsForecastLastDays and more
|
||||||
|
@ -369,7 +369,7 @@ __END__
|
|||||||
],
|
],
|
||||||
"release_status": "stable",
|
"release_status": "stable",
|
||||||
"license": "GPL_2",
|
"license": "GPL_2",
|
||||||
"version": "v3.7.0",
|
"version": "v3.7.1",
|
||||||
"author": [
|
"author": [
|
||||||
"Marko Oldenburg <fhemdevelopment@cooltux.net>"
|
"Marko Oldenburg <fhemdevelopment@cooltux.net>"
|
||||||
],
|
],
|
||||||
|
@ -199,6 +199,7 @@ my %openApps = (
|
|||||||
'DAZN' => 'dazn',
|
'DAZN' => 'dazn',
|
||||||
'SkyQ' => 'com.skygo.app.de.q',
|
'SkyQ' => 'com.skygo.app.de.q',
|
||||||
'WaipuTv' => 'tv.waipu.app.waipu-lg',
|
'WaipuTv' => 'tv.waipu.app.waipu-lg',
|
||||||
|
'JellyFin' => 'org.jellyfin.webos',
|
||||||
);
|
);
|
||||||
|
|
||||||
my %openAppsPackageName = reverse %openApps;
|
my %openAppsPackageName = reverse %openApps;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user