mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #2675 from thornbill/fix-share-url
(cherry picked from commit 8e465fb1fd
)
Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
This commit is contained in:
parent
f9109a8194
commit
dfcfaad39c
1 changed files with 1 additions and 1 deletions
|
@ -471,7 +471,7 @@ import toast from './toast/toast';
|
|||
navigator.share({
|
||||
title: item.Name,
|
||||
text: item.Overview,
|
||||
url: `${apiClient.serverAddress()}/web/index.html#!/${appRouter.getRouteUrl(item)}`
|
||||
url: `${apiClient.serverAddress()}/web/index.html${appRouter.getRouteUrl(item)}`
|
||||
});
|
||||
break;
|
||||
case 'album':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue