Skip to content

Commit

Permalink
remove unread variable
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoMadera committed Sep 17, 2023
1 parent 904ff8c commit 987b57b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 48 deletions.
47 changes: 0 additions & 47 deletions components/EpisodeCard/EpisodeCard.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,51 +73,4 @@ Default.args = {
uri: "spotify:episode:5aubkIdfpFOBcHaF8gxYwo",
} as SpotifyApi.EpisodeObjectSimplified,
position: 0,
show: {
copyrights: [],
description:
"Skinny Dipping the rebirth is more vulnerable, more real, more impactful then every. Every Tuesday Kela Rose will dive in with her amazing guests and every Tuesday she will dive into a mini episode-- Soul in Progress minis. Hey guys, honestly so grateful to be at this space and place to get to facilitate and open up important conversations. Nothing else lights me up more inside. I cannot wait to show you what this season has in store. Thank you always for being a huge part of these conversations. xx Kela Rose",
episodes: {
href: "https://api.spotify.com/v1/shows/2OLNxlrm2OCdATbUaonmEh/episodes?offset=0&limit=50",
items: [],
limit: 50,
next: null,
offset: 0,
previous: null,
total: 39,
},
explicit: true,
external_urls: {
spotify: "https://open.spotify.com/show/2OLNxlrm2OCdATbUaonmEh",
},
href: "https://api.spotify.com/v1/shows/2OLNxlrm2OCdATbUaonmEh",
id: "2OLNxlrm2OCdATbUaonmEh",
images: [
{
height: 640,
url: "https://i.scdn.co/image/ab6765630000ba8adea5d4cd16f16977604725eb",
width: 640,
},
{
height: 300,
url: "https://i.scdn.co/image/ab67656300005f1fdea5d4cd16f16977604725eb",
width: 300,
},
{
height: 64,
url: "https://i.scdn.co/image/ab6765630000f68ddea5d4cd16f16977604725eb",
width: 64,
},
],
is_externally_hosted: false,
languages: ["en"],
media_type: "mixed",
name: "Skinny Dipping",
publisher: "Kela Rose",
total_episodes: 39,
type: "show",
uri: "spotify:show:2OLNxlrm2OCdATbUaonmEh",
available_markets: [],
html_description: "",
} as SpotifyApi.ShowObject,
};
2 changes: 1 addition & 1 deletion components/Player/Player.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default function Player(): ReactElement {
suffleState,
repeatState,
} = useSpotify();
const { user, accessToken, isPremium } = useAuth();
const { accessToken, isPremium } = useAuth();
const { addToast } = useToast();
const { translations } = useTranslations();

Expand Down

0 comments on commit 987b57b

Please sign in to comment.