mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
#435 PMM_WIDTH fix
This commit is contained in:
parent
6ca4ccea37
commit
aae1ae22ac
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ libraries = get_arg("PMM_LIBRARIES", args.libraries)
|
|||
resume = get_arg("PMM_RESUME", args.resume)
|
||||
times = get_arg("PMM_TIME", args.times)
|
||||
divider = get_arg("PMM_DIVIDER", args.divider)
|
||||
screen_width = get_arg("PMM_WIDTH", args.width)
|
||||
screen_width = get_arg("PMM_WIDTH", args.width, arg_int=True)
|
||||
config_file = get_arg("PMM_CONFIG", args.config)
|
||||
stats = {}
|
||||
|
||||
|
|
Loading…
Reference in a new issue