Skip to content

Commit

Permalink
Declare variables for help template rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
dtayme committed Nov 26, 2024
1 parent 9ca7829 commit 851d66c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,12 @@ def help():
from pathlib import PureWindowsPath, PurePosixPath
file_paths = './app/static/img/tmp/'
localexists = 'False'
plex_filepath = ''
filmtitle = ''
newdir = ''
backup_poster = ''
current_poster = ''
version = ''
config = Plex.query.filter(Plex.id == '1')
plexserver = PlexServer(config[0].plexurl, config[0].token)
lib = config[0].filmslibrary.split(',')
Expand Down

0 comments on commit 851d66c

Please sign in to comment.