Skip to content

Commit

Permalink
Set updateURL
Browse files Browse the repository at this point in the history
Imrpoves compatibility with OUJS and Safari Userscripts
  • Loading branch information
phw committed Jan 3, 2022
1 parent 1079f85 commit 53d563b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 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.7
// @version 0.7.1
// @author Philipp Wolfer
// @namespace https://uploadedlobster.com
// @license MIT
Expand All @@ -26,6 +26,7 @@
// @noframes
// @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
// @updateURL https://raw.githubusercontent.com/phw/musicbrainz-magic-tagger-button/main/mb-magic-tagger-button.user.js
// ==/UserScript==

// You can change the default port below if you have running Picard on a
Expand All @@ -43,7 +44,7 @@ const TAGGER_MAX_PORT = 8010
// running on a different computer then your browser.
const TAGGER_HOST = '127.0.0.1'

// MusicBrainz Magic Tagger Button - Copyright (c) 2021 Philipp Wolfer
// MusicBrainz Magic Tagger Button - Copyright (c) 2021-2022 Philipp Wolfer
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit 53d563b

Please sign in to comment.