mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 10:36:57 -07:00
Forgot missing '/'
This commit is contained in:
parent
b90026801b
commit
aaf5a18251
1 changed files with 1 additions and 1 deletions
|
@ -476,7 +476,7 @@ class Newsletter(object):
|
|||
date_format = helpers.momentjs_to_arrow(plexpy.CONFIG.DATE_FORMAT)
|
||||
|
||||
if plexpy.CONFIG.HTTP_BASE_URL.rstrip('/'):
|
||||
base_url = plexpy.CONFIG.HTTP_BASE_URL.rstrip('/') + plexpy.HTTP_ROOT.strip('/')
|
||||
base_url = plexpy.CONFIG.HTTP_BASE_URL.rstrip('/') + '/' + plexpy.HTTP_ROOT.strip('/')
|
||||
else:
|
||||
base_url = helpers.get_plexpy_url()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue