mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #6574 from thornbill/missing-server-id-x
Fix undefined server id in experimental layout
This commit is contained in:
commit
ab3765231c
6 changed files with 29 additions and 8 deletions
|
@ -82,7 +82,7 @@ export function getTextActionButton(
|
|||
};
|
||||
}
|
||||
|
||||
const url = appRouter.getRouteUrl(item);
|
||||
const url = appRouter.getRouteUrl(item, { serverId });
|
||||
|
||||
const dataAttributes = getDataAttributes(
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue