mirror of
https://github.com/Jellify-Music/App.git
synced 2026-02-06 10:28:30 -06:00
And this still works right?
This commit is contained in:
@@ -9,12 +9,6 @@ export default function RecentlyPlayed(): React.JSX.Element {
|
||||
|
||||
const { data, isError, refetch } = useRecentlyPlayed(apiClient!, library!.musicLibraryId);
|
||||
|
||||
useEffect(() => {
|
||||
refetch();
|
||||
}, [
|
||||
apiClient
|
||||
]);
|
||||
|
||||
useEffect(() => {
|
||||
console.log("Recently played", data);
|
||||
}, [
|
||||
|
||||
Reference in New Issue
Block a user