mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 10:58:20 -07:00
Merge pull request #2675 from thornbill/fix-share-url
This commit is contained in:
commit
8e465fb1fd
@ -471,7 +471,7 @@ import toast from './toast/toast';
|
|||||||
navigator.share({
|
navigator.share({
|
||||||
title: item.Name,
|
title: item.Name,
|
||||||
text: item.Overview,
|
text: item.Overview,
|
||||||
url: `${apiClient.serverAddress()}/web/index.html#!/${appRouter.getRouteUrl(item)}`
|
url: `${apiClient.serverAddress()}/web/index.html${appRouter.getRouteUrl(item)}`
|
||||||
});
|
});
|
||||||
break;
|
break;
|
||||||
case 'album':
|
case 'album':
|
||||||
|
Loading…
Reference in New Issue
Block a user