From 523126e7985cda68f38e3abe8eb41242316e9eed Mon Sep 17 00:00:00 2001 From: Khairul Hidayat Date: Sun, 23 Mar 2025 18:32:16 +0000 Subject: [PATCH] chore: update jellyfin url --- src/launcher.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/launcher.ts b/src/launcher.ts index 557a201..27bc614 100644 --- a/src/launcher.ts +++ b/src/launcher.ts @@ -26,7 +26,7 @@ export const launcherItems: LauncherItem[] = [ }, { name: "Jellyfin", - href: "http://10.0.0.101:8096/web", + href: "https://jellyfin.local.rul.my/web", icon: "https://github.com/walkxcode/dashboard-icons/raw/be82e22c418f5980ee2a13064d50f1483df39c8c/svg/jellyfin.svg", pinned: true, },