Fix sharing url

This commit is contained in:
Bill Thornton 2021-05-21 00:13:38 -04:00
parent 21b88e5efa
commit d94da4538c

View file

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