Skip to content

Commit

Permalink
Fix connector for 9128.live (web-scrobbler#4276)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehavoid authored Nov 9, 2023
1 parent 7fc1b2b commit 84ce548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/connectors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1180,7 +1180,7 @@ export default <ConnectorMeta[]>[
},
{
label: '9128.live',
matches: ['*://9128.live/*'],
matches: ['*://9128.live/*', '*://embed.radio.co/player/*'],
js: 'radioco.js',
id: '9128.live',
allFrames: true,
Expand Down

0 comments on commit 84ce548

Please sign in to comment.