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