mirror of
https://github.com/murdos/musicbrainz-userscripts
synced 2024-11-10 13:14:16 +00:00
[batch-add-recording-relationships] Fix detection of current page.
This commit is contained in:
parent
ee73578165
commit
7a2efc579e
1 changed files with 1 additions and 1 deletions
|
@ -338,7 +338,7 @@ function batch_recording_rels() {
|
|||
|
||||
var CURRENT_PAGE = 1;
|
||||
var TOTAL_PAGES = 1;
|
||||
var page_numbers = $(".pageselector .sel")[0];
|
||||
var page_numbers = $(".pagination .sel")[0];
|
||||
var recordings_not_parsed = $recordings.length;
|
||||
|
||||
if (page_numbers !== undefined) {
|
||||
|
|
Loading…
Reference in a new issue