remove logs
This commit is contained in:
parent
ac28de56d3
commit
61795fdc5e
1 changed files with 0 additions and 4 deletions
|
@ -16,12 +16,8 @@ const lookupTable = query(async () => listItemIds(), 'content.lookupTable');
|
|||
|
||||
export const getHighlights = () => getContinueWatching(jellyfinUserId);
|
||||
export const getStream = query(async (type: Entry['type'], id: string, range: string) => {
|
||||
console.log(type, id);
|
||||
|
||||
const table = await lookupTable();
|
||||
|
||||
console.log(table, table[`${type}-${id}`].jellyfin);
|
||||
|
||||
return getItemStream(table[`${type}-${id}`].jellyfin, range);
|
||||
}, 'content.stream');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue