Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jalvarado91 committed Nov 8, 2024
1 parent 68cf9d2 commit fb4b4b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/client/EpisodesScreen/EpisodesScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ function setNavigatorMediaMetadata(episode: ReturnType<typeof useGetEpisode>) {
soulection: "Soulection on",
"sasha-marie-radio": "Sasha Marie on",
"the-love-below-hour": "The Love Below on",
local: "Local Selector on",
};

navigator.mediaSession.metadata = new MediaMetadata({
Expand Down
3 changes: 2 additions & 1 deletion src/client/EpisodesScreen/Navbar/NavbarSearch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ export default function NavbarSearch({
all: "Search all episodes...",
soulection: "Search Soulection episodes...",
"sasha-marie-radio": "Search Sasha Marie Radio episodes...",
"the-love-below-hour": "The Love Below episodes..."
"the-love-below-hour": "The Love Below episodes...",
local: "Local Selector episodes...",
};

const placeHolder = placeHolderOptions[selectedCollective];
Expand Down

1 comment on commit fb4b4b3

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for soulector ready!

✅ Preview
https://soulector-o7wlwuk57-juan-alvarados-projects-746f4d3e.vercel.app

Built with commit fb4b4b3.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.