From 1700694084d9502ecd34bd880ac1f867e06d3bf7 Mon Sep 17 00:00:00 2001 From: OldHawk Date: Sun, 11 Mar 2018 23:34:03 +0800 Subject: [PATCH] cfg(torrents): new app configure settings of app.domain --- config/env/torrents.js | 14 +++++++------- modules/core/client/less/home.less | 2 +- .../client/views/view-torrent.client.view.html | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/config/env/torrents.js b/config/env/torrents.js index 3645a28e..b8fbf77e 100644 --- a/config/env/torrents.js +++ b/config/env/torrents.js @@ -975,12 +975,12 @@ module.exports = { tmdbHome: 'https://www.themoviedb.org', tmdbMovieLinkUrl: 'https://www.themoviedb.org/movie/', tmdbTvserialLinkUrl: 'https://www.themoviedb.org/tv/', - backdropImgBaseUrl: 'http://image.tmdb.org/t/p/w1280', - backdropImgBaseUrl_300: 'http://image.tmdb.org/t/p/w300', - backdropImgBaseUrl_780: 'http://image.tmdb.org/t/p/w780', - posterImgBaseUrl: 'http://image.tmdb.org/t/p/w500', - posterListBaseUrl: 'http://image.tmdb.org/t/p/w92', - castImgBaseUrl: 'http://image.tmdb.org/t/p/w132_and_h132_bestv2' + backdropImgBaseUrl: 'https://image.tmdb.org/t/p/w1280', + backdropImgBaseUrl_300: 'https://image.tmdb.org/t/p/w300', + backdropImgBaseUrl_780: 'https://image.tmdb.org/t/p/w780', + posterImgBaseUrl: 'https://image.tmdb.org/t/p/w500', + posterListBaseUrl: 'https://image.tmdb.org/t/p/w92', + castImgBaseUrl: 'https://image.tmdb.org/t/p/w132_and_h132_bestv2' }, /** @@ -991,7 +991,7 @@ module.exports = { * @imdbLinkUrl: linked url, will nav to imdb website */ imdbConfig: { - imdbLinkUrl: 'http://www.imdb.com/title/' + imdbLinkUrl: 'https://www.imdb.com/title/' }, /** diff --git a/modules/core/client/less/home.less b/modules/core/client/less/home.less index e357f687..94d749da 100644 --- a/modules/core/client/less/home.less +++ b/modules/core/client/less/home.less @@ -102,7 +102,7 @@ .home_vip_info { background-color: #f7f7f7; - background-image: url("http://image.tmdb.org/t/p/w1280/wwPWKRteE3vxTMta2IxdRgEhYsq.jpg"); + background-image: url("https://image.tmdb.org/t/p/w1280/wwPWKRteE3vxTMta2IxdRgEhYsq.jpg"); background-position: center; background-attachment: fixed; background-repeat: no-repeat; diff --git a/modules/torrents/client/views/view-torrent.client.view.html b/modules/torrents/client/views/view-torrent.client.view.html index 438d0e76..5f918382 100644 --- a/modules/torrents/client/views/view-torrent.client.view.html +++ b/modules/torrents/client/views/view-torrent.client.view.html @@ -502,7 +502,7 @@ + on-error-src="https://image.tmdb.org/t/p/w1280/5pAGnkFYSsFJ99ZxDIYnhQbQFXs.jpg">
{{vm.collection.status_msg | translate}}