From 106c983dafee46a7b5d4aaf6912dc106155724ce Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Mon, 10 Nov 2025 18:44:10 -0800 Subject: Fix jellyfin port --- roseh.moe.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roseh.moe.go') diff --git a/roseh.moe.go b/roseh.moe.go index bf00e81..1b69e71 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:8192") + jellyfinURL, err := url.Parse("http://localhost:8096") if err != nil { log.Fatal(err) } -- cgit v1.3.1