Skip to content
Extraits de code Groupes Projets
Valider 266406e8 rédigé par Loïc DEFRANCE's avatar Loïc DEFRANCE
Parcourir les fichiers

external_id for Spotify, Deezer and Facebook.

PARCE QU'ON SAIT JAMAIS
parent efe2efe3
Aucune branche associée trouvée
Aucune étiquette associée trouvée
1 requête de fusion!6external_id for Spotify, Deezer and Facebook.
......@@ -38,6 +38,7 @@ sub get {
$infos{'site'} = 'deezer';
$infos{'url'} = 'https://www.deezer.com/track/'.$id;
$infos{'author'} = $content->{'artist'}->{'name'};
$infos{'external_id'} = $id;
return %infos;
}
......
......@@ -51,6 +51,7 @@ sub get {
$infos{'site'} = 'facebook';
$infos{'url'} = 'https://www.facebook.com'.$content->{'permalink_url'};
$infos{'author'} = $content->{'from'}->{'name'};
$infos{'external_id'} = $id;
return %infos;
}
......
......@@ -38,6 +38,7 @@ sub get {
$infos{'site'} = 'spotify';
$infos{'url'} = 'https://open.spotify/track/'.$id;
$infos{'author'} = $content->{'artists'}->[0]->{'name'};
$infos{'external_id'} = $id;
return %infos;
}
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter