mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
updated voice components
This commit is contained in:
parent
b9e37b50ec
commit
0ccf565956
3 changed files with 19 additions and 3 deletions
|
@ -30,7 +30,7 @@
|
|||
.then(function (result) {
|
||||
console.log("Result of executed command", result);
|
||||
if (result.item.actionid === 'show' && result.item.sourceid === 'group') {
|
||||
return Promise.reject({ error: "group", item: result.item, groupName: result.name });
|
||||
return Promise.resolve({ error: "group", item: result.item, groupName: result.name });
|
||||
} else {
|
||||
return Promise.resolve({ item: result.item });
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue