summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--roseh.moe.go2
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)
}