Skip to content

Commit

Permalink
🤖 mb_enhanced_cover_art_uploads 2024.10.14
Browse files Browse the repository at this point in the history
fix(ecau): update Discogs query hash again (#799)
  • Loading branch information
github-actions[bot] committed Oct 14, 2024
1 parent 5d67d8a commit a841218
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions mb_enhanced_cover_art_uploads.changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
- **2024.10.14**: Bug fix: update Discogs query hash again ([#799](https://github.com/ROpdebee/mb-userscripts/pull/799))
- **2024.8.27**: New feature: update Image Max URL to maximise Spotify covers ([#791](https://github.com/ROpdebee/mb-userscripts/pull/791))
- **2024.7.27.3**: Bug fix: upstream provider fixes ([#786](https://github.com/ROpdebee/mb-userscripts/pull/786))
- **2024.7.27.2**: Bug fix: support more RateYourMusic release types ([#785](https://github.com/ROpdebee/mb-userscripts/pull/785))
Expand Down
2 changes: 1 addition & 1 deletion mb_enhanced_cover_art_uploads.meta.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @name MB: Enhanced Cover Art Uploads
// @description Enhance the cover art uploader! Upload directly from a URL, automatically import covers from Discogs/Spotify/Apple Music/..., automatically retrieve the largest version, and more!
// @version 2024.8.27
// @version 2024.10.14
// @author ROpdebee
// @license MIT; https://opensource.org/licenses/MIT
// @namespace https://github.com/ROpdebee/mb-userscripts
Expand Down
2 changes: 1 addition & 1 deletion mb_enhanced_cover_art_uploads.metadata.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":"2024.8.27"}
{"version":"2024.10.14"}
4 changes: 2 additions & 2 deletions mb_enhanced_cover_art_uploads.user.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// ==UserScript==
// @name MB: Enhanced Cover Art Uploads
// @description Enhance the cover art uploader! Upload directly from a URL, automatically import covers from Discogs/Spotify/Apple Music/..., automatically retrieve the largest version, and more!
// @version 2024.8.27
// @version 2024.10.14
// @author ROpdebee
// @license MIT; https://opensource.org/licenses/MIT
// @namespace https://github.com/ROpdebee/mb-userscripts
Expand Down Expand Up @@ -247,7 +247,7 @@
}
}

const QUERY_SHA256 = '7ccbbc8e37ee1d321d9dc70f18a6c25c33c809c03aa8e13953d328ecd5f5ad8a';
const QUERY_SHA256 = 'c7033a9fd1facb3e69fa50074b47e8aa0076857a968e6ed086153840e02b988a';
class DiscogsProvider extends CoverArtProvider {
constructor() {
super(...arguments);
Expand Down

0 comments on commit a841218

Please sign in to comment.