mirror of
https://github.com/WebTools-NG/WebTools-NG
synced 2024-11-23 03:23:05 +00:00
Fix merge error ;)
This commit is contained in:
parent
5736a80cef
commit
0f21b6b115
2 changed files with 10 additions and 4 deletions
|
@ -104,9 +104,14 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
radio: "movie",
|
||||
activeTab: 0
|
||||
};
|
||||
import { et } from "./et";
|
||||
const log = require("electron-log");
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
radio: "movie",
|
||||
activeTab: 0
|
||||
};
|
||||
},
|
||||
created() {
|
||||
log.info("ET Created");
|
||||
|
|
|
@ -146,7 +146,8 @@ const et = new class ET {
|
|||
const respJSON = await Promise.resolve(resp)
|
||||
result['size'] = JSONPath({path: '$.MediaContainer.totalSize', json: respJSON});
|
||||
result['name'] = JSONPath({path: '$.MediaContainer.librarySectionTitle', json: respJSON});
|
||||
return result
|
||||
return result
|
||||
}
|
||||
|
||||
checkServerConnect(server) {
|
||||
log.info("NUGGA : ET : checkServerConnect called")
|
||||
|
|
Loading…
Reference in a new issue