mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2025-02-17 06:18:27 +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)
|
resume = get_arg("PMM_RESUME", args.resume)
|
||||||
times = get_arg("PMM_TIME", args.times)
|
times = get_arg("PMM_TIME", args.times)
|
||||||
divider = get_arg("PMM_DIVIDER", args.divider)
|
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)
|
config_file = get_arg("PMM_CONFIG", args.config)
|
||||||
stats = {}
|
stats = {}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue