diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2025-11-10 18:49:18 -0800 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2025-11-10 18:49:18 -0800 |
| commit | e34e193ed2133a0d38a40dee66d405010e5f8cc7 (patch) | |
| tree | d3343762298939eff763567d1598733ecf8053ea /roseh.moe.go | |
| parent | Fix jellyfin port (diff) | |
| download | roseh.moe-e34e193ed2133a0d38a40dee66d405010e5f8cc7.tar.zst | |
IP?
Diffstat (limited to 'roseh.moe.go')
| -rw-r--r-- | roseh.moe.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roseh.moe.go b/roseh.moe.go index 1b69e71..f5141f3 100644 --- a/roseh.moe.go +++ b/roseh.moe.go @@ -569,7 +569,7 @@ func main() { http.HandleFunc("GET /favicon.ico", favicon) http.HandleFunc("GET /{$}", index) http.HandleFunc("GET /", notFound) - jellyfinURL, err := url.Parse("http://localhost:8096") + jellyfinURL, err := url.Parse("http://127.0.0.1:8096") if err != nil { log.Fatal(err) } |
