mirror of
https://github.com/murdos/musicbrainz-userscripts
synced 2025-03-04 22:37:16 +00:00
Fix typo
This commit is contained in:
parent
0631682d6e
commit
b5bad0d18e
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ $(document).ready(function(){
|
|||
parent.type = 'artist';
|
||||
parent.mbid = m[1];
|
||||
child.type = 'release-group';
|
||||
} else if (m = window.location.href.match("\/(release-group|label)\/(.{36})[^\/]$")) {
|
||||
} else if (m = window.location.href.match("\/(release-group|label)\/(.{36})[^\/]*$")) {
|
||||
parent.type = m[1];
|
||||
parent.mbid = m[2];
|
||||
child.type = 'release';
|
||||
|
|
Loading…
Add table
Reference in a new issue