mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-21 06:26:10 +05:00
update
This commit is contained in:
@@ -5,8 +5,8 @@ import (
|
||||
"server/web"
|
||||
)
|
||||
|
||||
func Start(settingsPath, port string, roSets bool) {
|
||||
settings.InitSets(settingsPath, roSets)
|
||||
func Start(port string, roSets bool) {
|
||||
settings.InitSets(roSets)
|
||||
if port == "" {
|
||||
port = "8090"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user