mirror of
https://github.com/murdos/musicbrainz-userscripts
synced 2025-01-22 05:25:00 +00:00
Merge pull request #27 from zas/as_auto_editor_fix
Fix "Unknown field: as_auto_editor" error when importing
This commit is contained in:
commit
a8e70af92b
1 changed files with 0 additions and 3 deletions
|
@ -174,9 +174,6 @@ var MBReleaseImportHelper = (function() {
|
||||||
// Add Edit note parameter
|
// Add Edit note parameter
|
||||||
appendParameter(parameters, 'edit_note', edit_note);
|
appendParameter(parameters, 'edit_note', edit_note);
|
||||||
|
|
||||||
// Set auto-editor flag, http://tickets.musicbrainz.org/browse/MBS-4315
|
|
||||||
appendParameter(parameters, 'as_auto_editor', "1");
|
|
||||||
|
|
||||||
return parameters;
|
return parameters;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue