Show share menu for web services

This commit is contained in:
Samuel Elliott
2022-05-29 18:02:07 +01:00
parent 551daa868a
commit 5328ada1e7
8 changed files with 95 additions and 46 deletions

View File

@@ -266,7 +266,7 @@ function getEnvApi(): FApi {
throw new Error('Unknown znca API provider');
}
if (process.env.ZNCA_API_URL?.startsWith('https://')) {
if (process.env.ZNCA_API_URL) {
return ['nxapi', process.env.ZNCA_API_URL + '/f'];
}