Skip to content

Commit

Permalink
Fixed @downloadurl
Browse files Browse the repository at this point in the history
  • Loading branch information
phw committed Mar 6, 2021
1 parent 8f14907 commit dda0357
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mb-magic-tagger-button.user.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @name MusicBrainz Magic Tagger Button
// @description Automatically enable the green tagger button on MusicBrainz.org depending on whether Picard is running.
// @version 0.5.0
// @version 0.5.1
// @author Philipp Wolfer
// @namespace https://uploadedlobster.com
// @license MIT
Expand All @@ -15,8 +15,8 @@
// @exclude /^https://([.*].)?musicbrainz.org/cdtoc/.*/.*/
// @grant none
// @inject-into content
// @homepageURL https://github.com/phw/musicbrainz-auto-tagger-button
// @downloadURL https://raw.githubusercontent.com/phw/musicbrainz-auto-tagger-button/main/mb-auto-tagger-button.user.js
// @homepageURL https://github.com/phw/musicbrainz-magic-tagger-button
// @downloadURL https://raw.githubusercontent.com/phw/musicbrainz-magic-tagger-button/main/mb-magic-tagger-button.user.js
// ==/UserScript==

const TAGGER_HOST = '127.0.0.1'
Expand Down

0 comments on commit dda0357

Please sign in to comment.