added artwork image caching and fixed some bugs
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
/* global chrome */
|
||||
document.addEventListener('DOMContentLoaded', () => {
|
||||
chrome.storage.sync.get(['endpoint', 'token'], (data) => {
|
||||
document.getElementById('endpoint').value = data.endpoint || '';
|
||||
|
Reference in New Issue
Block a user