Skip to content

Commit

Permalink
Split radioplayer in connectors file
Browse files Browse the repository at this point in the history
Extract Webradio.de and The Breeze to separate entries.

Closes #2463.
  • Loading branch information
alexesprit committed Jun 30, 2020
1 parent 46720f3 commit 1f6c418
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion src/core/connectors.js
Original file line number Diff line number Diff line change
Expand Up @@ -788,10 +788,22 @@ const connectors = [{
js: 'connectors/radio-mb.js',
id: 'radio-mb',
}, {
label: 'RadioPlayer',
label: 'Webradio.de',
matches: [
'*://www.webradio.de/*',
],
js: 'connectors/radioplayer.js',
id: 'webradio.de',
}, {
label: 'The Breeze',
matches: [
'*://www.thebreeze.com/*/radioplayer/*',
],
js: 'connectors/radioplayer.js',
id: 'thebreeze',
}, {
label: 'RadioPlayer',
matches: [
'*://ukradioplayer.*/*',
'*://radioplayer.*/*',
// Generic patterns
Expand Down

0 comments on commit 1f6c418

Please sign in to comment.