mirror of
https://github.com/murdos/musicbrainz-userscripts
synced 2024-12-14 04:12:28 +00:00
Qobuz importer: replace zoom image link by the maximun size image link
_600 -> _max
This commit is contained in:
parent
a77f753475
commit
4ac3b4f414
1 changed files with 4 additions and 0 deletions
|
@ -156,4 +156,8 @@ $(document).ready(function() {
|
|||
LOGGER.error("AJAX error thrown: ", errorThrown);
|
||||
}
|
||||
});
|
||||
|
||||
// replace image zoom link by the maximum size image link
|
||||
$("#product-cover-link").attr("href", $("#product-cover-link").attr("href").replace('_600', '_max'));
|
||||
$("#product-cover-link").attr("title", $("#product-cover-link").attr("title") + ' (Qobuz importer: hires image)');
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue