mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 13:36:09 +05:00
add dlna
This commit is contained in:
@@ -25,8 +25,9 @@ func Start(port string, roSets bool) {
|
||||
log.TLogln("Port", port, "already in use! Abort")
|
||||
os.Exit(1)
|
||||
} else {
|
||||
go cleanCache()
|
||||
web.Start(port)
|
||||
go cleanCache()
|
||||
settings.Port = port
|
||||
web.Start(port)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user