mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix undefined server id in experimental layout
This commit is contained in:
parent
c11fe56d65
commit
29551e49bf
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