discogs_importer: update cache version, since we are using keys now

This commit is contained in:
Laurent Monin 2015-06-12 16:18:44 +02:00
parent 48093bda90
commit ed894db18e

View file

@ -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(){