mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 13:36:09 +05:00
change ssl port type in DB and fix apply
This commit is contained in:
@@ -60,10 +60,6 @@ func main() {
|
||||
params.Port = "8090"
|
||||
}
|
||||
|
||||
if params.SslPort == "" {
|
||||
params.SslPort = "8091"
|
||||
}
|
||||
|
||||
settings.Path = params.Path
|
||||
settings.HttpAuth = params.HttpAuth
|
||||
log.Init(params.LogPath, params.WebLogPath)
|
||||
|
||||
Reference in New Issue
Block a user