update jellyfin api implementation
This commit is contained in:
parent
81491482e4
commit
873677ea04
6 changed files with 59362 additions and 7 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue