Merge pull request #2675 from thornbill/fix-share-url

This commit is contained in:
Anthony Lavado 2021-05-21 12:11:18 -04:00 committed by GitHub
commit 8e465fb1fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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':