Added REAL REBEL RADIO
This commit is contained in:
parent
c1c012438c
commit
7ac1637e86
1 changed files with 1 additions and 1 deletions
2
libs.js
2
libs.js
|
@ -92,7 +92,7 @@ const getRemoteCover = (song, callback) => {
|
|||
*/
|
||||
const findCover = (song, callback) => {
|
||||
// Si c'est Rx3 on ne met pas de cover
|
||||
if (song.artist === 'Rx3') {
|
||||
if (['Rx3', 'REAL REBEL RADIO'].indexof(song.artist) !== -1) {
|
||||
const metadata = new mongo.Metadata(song)
|
||||
metadata.save()
|
||||
callback(null, null)
|
||||
|
|
Loading…
Reference in a new issue