vgmdb_importer: Fix broken @include

Co-authored-by: David Kellner <52860029+kellnerd@users.noreply.github.com>
This commit is contained in:
August Janse 2021-11-13 15:45:39 +01:00 committed by David Kellner
parent 5c60f99b6c
commit 252b00ea42

View file

@ -5,7 +5,7 @@
// @version 2021.11.12.1
// @downloadURL https://raw.githubusercontent.com/murdos/musicbrainz-userscripts/master/vgmdb_importer.user.js
// @updateURL https://raw.githubusercontent.com/murdos/musicbrainz-userscripts/master/vgmdb_importer.user.js
// @include /^https://vgmdb.net/(album|artist|org)/\d+
// @include /^https://vgmdb.net/(album|artist|org)/\d+/
// @require https://code.jquery.com/jquery-3.5.1.min.js
// @require lib/mbimport.js
// @require lib/logger.js