feat: add JellyFin App Support

This commit is contained in:
2024-10-15 06:12:54 +02:00
parent cfa3f8d7a6
commit f02fe30c3d
3 changed files with 4 additions and 3 deletions

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;