mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-05-01 04:46:28 +01:00
wip
This commit is contained in:
@@ -118,8 +118,6 @@ export const ItemContent: React.FC<{ id: string }> = React.memo(({ id }) => {
|
||||
itemId: id,
|
||||
});
|
||||
|
||||
console.log("itemID", res?.Id);
|
||||
|
||||
return res;
|
||||
},
|
||||
enabled: !!id && !!api,
|
||||
|
||||
Reference in New Issue
Block a user