diff --git a/fma_importer.user.js b/fma_importer.user.js index 56b762a..e67ee6b 100644 --- a/fma_importer.user.js +++ b/fma_importer.user.js @@ -575,6 +575,14 @@ function Parsefmarelease(albumobject, trackobject) { 'link_type': MBImport.URL_TYPES.other_databases }); } + + // Check to see if a play button is available + if ($(".sqbtn-playpage").length) { + // Release URL + fmarelease.urls.push({ + 'url': albumobject.album_url, + 'link_type': MBImport.URL_TYPES.stream_for_free + }); // Release date if (albumobject.album_date_released) {