mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 13:36:09 +05:00
Fix webos app id
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
webOS.service.request('luna://com.webos.applicationManager', {
|
webOS.service.request('luna://com.webos.applicationManager', {
|
||||||
method: 'launch',
|
method: 'launch',
|
||||||
parameters: {
|
parameters: {
|
||||||
id: '',
|
id: 'com.webos.app.videoplayer',
|
||||||
params: {
|
params: {
|
||||||
videoList: {
|
videoList: {
|
||||||
result: params.getAll('url').map(url => ({url: url})),
|
result: params.getAll('url').map(url => ({url: url})),
|
||||||
@@ -33,7 +33,7 @@
|
|||||||
});
|
});
|
||||||
} catch(e) {
|
} catch(e) {
|
||||||
console.log('ERROR', e);
|
console.log('ERROR', e);
|
||||||
TVXInteractionPlugin.executeAction('error:Failed to open Video Player');
|
TVXInteractionPlugin.executeAction('error:Failed to open Video Player – ' + e.getMessage());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user