Skip to content

Commit

Permalink
fix(ecau): update Discogs query hash again
Browse files Browse the repository at this point in the history
Fixes #798.
  • Loading branch information
kellnerd committed Oct 14, 2024
1 parent 7278370 commit dae83e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mb_enhanced_cover_art_uploads/providers/discogs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { CoverArtProvider } from './base';

// Not sure if this changes often. If it does, we might have to parse it from the
// JS sources somehow.
const QUERY_SHA256 = '7ccbbc8e37ee1d321d9dc70f18a6c25c33c809c03aa8e13953d328ecd5f5ad8a';
const QUERY_SHA256 = 'c7033a9fd1facb3e69fa50074b47e8aa0076857a968e6ed086153840e02b988a';

interface ImageInfo {
sourceUrl: string;
Expand Down

0 comments on commit dae83e7

Please sign in to comment.