Make the share url link to the actual item instead of github
This commit is contained in:
parent
c766810000
commit
e0c9c0566c
1 changed files with 1 additions and 1 deletions
|
@ -450,7 +450,7 @@ define(['apphost', 'globalize', 'connectionManager', 'itemHelper', 'appRouter',
|
||||||
navigator.share({
|
navigator.share({
|
||||||
title: item.Name,
|
title: item.Name,
|
||||||
text: item.Overview,
|
text: item.Overview,
|
||||||
url: 'https://github.com/jellyfin/jellyfin'
|
url: `${apiClient.serverAddress()}/web/index.html#!/${appRouter.getRouteUrl(item)}`
|
||||||
});
|
});
|
||||||
break;
|
break;
|
||||||
case 'album':
|
case 'album':
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue