mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Handle error messages
This commit is contained in:
parent
71f72f836c
commit
a2ba96ab82
3 changed files with 26 additions and 5 deletions
|
@ -57,7 +57,7 @@ function showNewJoinGroupSelection (button, user, apiClient) {
|
|||
icon: "group",
|
||||
id: group.GroupId,
|
||||
selected: false,
|
||||
secondaryText: group.Partecipants.join(", ")
|
||||
secondaryText: group.Participants.join(", ")
|
||||
};
|
||||
});
|
||||
|
||||
|
@ -74,7 +74,7 @@ function showNewJoinGroupSelection (button, user, apiClient) {
|
|||
if (menuItems.length === 0) {
|
||||
if (inSession && policy.SyncplayAccess === "JoinGroups") {
|
||||
toast({
|
||||
text: globalize.translate('MessageSyncplayPermissionRequired')
|
||||
text: globalize.translate('MessageSyncplayCreateGroupDenied')
|
||||
});
|
||||
} else {
|
||||
toast({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue