mirror of
https://github.com/murdos/musicbrainz-userscripts
synced 2025-03-17 15:06:57 +00:00
Fix single import not showing regression
Bug introduced by me in 34584e7b77
This commit is contained in:
parent
0ed808ff11
commit
166cfd57a9
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ var BandcampImport = {
|
|||
|
||||
// Insert links in page
|
||||
insertLink: function (release) {
|
||||
if (release.type == "single" && typeof release.parent_album != "undefined") {
|
||||
if (release.type == "single" && release.parent_album != "") {
|
||||
return false;
|
||||
}
|
||||
// Form parameters
|
||||
|
|
Loading…
Add table
Reference in a new issue