mirror of
https://github.com/hrfee/jellyfin-accounts.git
synced 2024-12-22 17:10:11 +00:00
Fixed host/port specification for first time setup
This commit is contained in:
parent
72ec233634
commit
cb07cbb5bf
@ -174,8 +174,8 @@ else:
|
||||
from waitress import serve
|
||||
if first_run:
|
||||
import jellyfin_accounts.setup
|
||||
host = '0.0.0.0'
|
||||
port = 8056
|
||||
host = config['ui']['host']
|
||||
port = config['ui']['port']
|
||||
log.info('Starting web UI for first run setup...')
|
||||
serve(app,
|
||||
host=host,
|
||||
|
Loading…
Reference in New Issue
Block a user