removed "authFile"
This commit is contained in:
parent
75525a8e0c
commit
0a6f5a78d8
2 changed files with 0 additions and 7 deletions
|
@ -491,18 +491,12 @@
|
||||||
<%- include('components/mediaitem-scroller-horizontal-sp') %>
|
<%- include('components/mediaitem-scroller-horizontal-sp') %>
|
||||||
<!-- MediaItem List Item -->
|
<!-- MediaItem List Item -->
|
||||||
<%- include('components/mediaitem-list-item') %>
|
<%- include('components/mediaitem-list-item') %>
|
||||||
|
|
||||||
<!-- MediaItem Horizontal Rectangle -->
|
<!-- MediaItem Horizontal Rectangle -->
|
||||||
<%- include('components/mediaitem-hrect') %>
|
<%- include('components/mediaitem-hrect') %>
|
||||||
|
|
||||||
<!-- MediaItem Square -->
|
<!-- MediaItem Square -->
|
||||||
<%- include('components/mediaitem-square') %>
|
<%- include('components/mediaitem-square') %>
|
||||||
|
|
||||||
|
|
||||||
<!-- MediaItem Square (Large) -->
|
<!-- MediaItem Square (Large) -->
|
||||||
<%- include('components/mediaitem-square-large') %>
|
<%- include('components/mediaitem-square-large') %>
|
||||||
|
|
||||||
|
|
||||||
<!-- MediaItem Square SP -->
|
<!-- MediaItem Square SP -->
|
||||||
<%- include('components/mediaitem-square-sp') %>
|
<%- include('components/mediaitem-square-sp') %>
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,6 @@ const express = require("express");
|
||||||
const path = require("path");
|
const path = require("path");
|
||||||
const windowStateKeeper = require("electron-window-state");
|
const windowStateKeeper = require("electron-window-state");
|
||||||
const request = require('request');
|
const request = require('request');
|
||||||
const authFile = require("../auth.json");
|
|
||||||
|
|
||||||
const CiderBase = {
|
const CiderBase = {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue