Merge branch 'master' into plugin-hooks

This commit is contained in:
djmaze 2021-03-25 14:16:03 +01:00
commit bb05e3ada9
264 changed files with 875 additions and 9117 deletions

View file

@ -173,7 +173,7 @@ export class AbstractFetchRemote
*/
jsVersion(fCallback, sVersion) {
this.defaultRequest(fCallback, 'Version', {
'Version': sVersion
Version: sVersion
});
}