mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Update tautulli.com URLs to HTTPS
This commit is contained in:
parent
5dd22c23f2
commit
50165af4b7
6 changed files with 24 additions and 24 deletions
|
@ -661,9 +661,9 @@ class PrettyMetadata(object):
|
|||
poster_url = self.parameters['poster_url']
|
||||
if not poster_url:
|
||||
if self.media_type in ('artist', 'album', 'track'):
|
||||
poster_url = 'http://tautulli.com/images/cover.png'
|
||||
poster_url = common.ONLINE_COVER_THUMB
|
||||
else:
|
||||
poster_url = 'http://tautulli.com/images/poster.png'
|
||||
poster_url = common.ONLINE_POSTER_THUMB
|
||||
return poster_url
|
||||
|
||||
def get_provider_name(self, provider):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue