1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Merge pull request #5294 from robert-hamilton36/metadataContextMenu

This commit is contained in:
Bill Thornton 2024-03-22 08:04:44 -04:00 committed by GitHub
commit fee858802d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -271,7 +271,7 @@ function showMoreMenu(context, button, user) {
} else if (result.updated) {
reload(context, item.Id, item.ServerId);
}
});
}).catch(() => { /* no-op */ });
});
}