mirror of
https://github.com/murdos/musicbrainz-userscripts
synced 2024-11-10 13:14:16 +00:00
discogs_importer: update cache version, since we are using keys now
This commit is contained in:
parent
48093bda90
commit
ed894db18e
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ if (DEBUG) {
|
|||
* - http://www.discogs.com/release/1566223 : Artist credit of tracks contains an ending ',' join phrase
|
||||
*/
|
||||
|
||||
var mblinks = new MBLinks('DISCOGS_MBLINKS_CACHE', 7*24*60); // force refresh of cached links once a week
|
||||
var mblinks = new MBLinks('DISCOGS_MBLINKS_CACHE', 7*24*60, '1'); // force refresh of cached links once a week
|
||||
|
||||
$(document).ready(function(){
|
||||
|
||||
|
|
Loading…
Reference in a new issue