Skip to content

Commit

Permalink
Spotify and iTunes no longer requires search
Browse files Browse the repository at this point in the history
  • Loading branch information
PapiOphidian committed Nov 8, 2023
1 parent af9a97b commit ed71bd2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/runtime-website/src/music/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ const replaceExtraneousRegex = / ?\([^)]+\) ?/g
type Key = Exclude<keyof typeof import("./tracktypes"), "FriskyTrack" | "ListenMoeTrack" | "default">

const sourceMap = new Map<string, Key>([
["itunes", "RequiresSearchTrack"],
["spotify", "RequiresSearchTrack"],
["http", "ExternalTrack"]
])

Expand Down

0 comments on commit ed71bd2

Please sign in to comment.