update use of shellexecute
This commit is contained in:
parent
633ed72ae8
commit
ec06f3cc61
11 changed files with 74 additions and 31 deletions
|
@ -16,12 +16,12 @@
|
|||
},
|
||||
"devDependencies": {},
|
||||
"ignore": [],
|
||||
"version": "1.1.97",
|
||||
"_release": "1.1.97",
|
||||
"version": "1.1.98",
|
||||
"_release": "1.1.98",
|
||||
"_resolution": {
|
||||
"type": "version",
|
||||
"tag": "1.1.97",
|
||||
"commit": "7ad11d6e25959e56bd99c60890f9fdfeb9080444"
|
||||
"tag": "1.1.98",
|
||||
"commit": "2c96ef1ead7a5e4a4613f5f73bcf494095c778dc"
|
||||
},
|
||||
"_source": "https://github.com/MediaBrowser/Emby.ApiClient.Javascript.git",
|
||||
"_target": "^1.1.51",
|
||||
|
|
|
@ -216,7 +216,7 @@
|
|||
return connectUser;
|
||||
};
|
||||
|
||||
var minServerVersion = '3.0.7300';
|
||||
var minServerVersion = '3.0.7200';
|
||||
self.minServerVersion = function (val) {
|
||||
|
||||
if (val) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue