summaryrefslogtreecommitdiffstats
path: root/roseh.moe.go
diff options
context:
space:
mode:
Diffstat (limited to 'roseh.moe.go')
-rw-r--r--roseh.moe.go2
1 files changed, 1 insertions, 1 deletions
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)
}