mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-20 05:56:10 +05:00
add search without auth
This commit is contained in:
@@ -11,8 +11,8 @@ import (
|
||||
"server/web"
|
||||
)
|
||||
|
||||
func Start(port string, roSets bool) {
|
||||
settings.InitSets(roSets)
|
||||
func Start(port string, roSets, searchWA bool) {
|
||||
settings.InitSets(roSets, searchWA)
|
||||
if port == "" {
|
||||
port = "8090"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user