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