assets/js/concise/Queue.js
@@ -17,6 +17,7 @@ this.items = new Map(); this.subscribers = new Set(); this.loadFromStorage = false; this.failedFetches = 0; this.api = jvbSettings.api; this.endpoint = 'queue'; @@ -801,6 +802,8 @@ return; } } catch (error) { this.stopPolling(); this.updatePanel('synced'); console.error('Polling error:', error); }