mirror of
https://github.com/murdos/musicbrainz-userscripts
synced 2024-12-13 11:52:27 +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
|
||||
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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue