Fix merge error ;)

This commit is contained in:
UKDTOM 2020-07-21 23:59:48 +02:00
parent 5736a80cef
commit 0f21b6b115
2 changed files with 10 additions and 4 deletions

View file

@ -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");

View file

@ -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")