update jellyfin api implementation

This commit is contained in:
Chris Kruining 2025-05-14 13:54:06 +02:00
parent 81491482e4
commit 873677ea04
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
6 changed files with 59362 additions and 7 deletions

View file

@ -3,7 +3,7 @@ import { query } from "@solidjs/router";
import { entries } from "./data";
import { getContinueWatching, getItem, TEST } from "./apis/jellyfin";
const jellyfinUserId = "a9c51af84bf54578a99ab4dd0ebf0763";
const jellyfinUserId = "a9c51af8-4bf5-4578-a99a-b4dd0ebf0763";
export const listCategories = query(async (): Promise<Category[]> => {
"use server";