Jake Vanderwerf
9 days ago ed57c386db34d8693ca75311972d0929ebe5f488
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);
      }