ソースを参照

Removed fetchFirmwareInfo() from domload

Thokoop 1 年間 前
コミット
bacd282ea5
1 ファイル変更0 行追加1 行削除
  1. 0 1
      static/js/main.js

+ 0 - 1
static/js/main.js

@@ -1835,6 +1835,5 @@ document.addEventListener('DOMContentLoaded', () => {
     if (document.hasFocus()) {
         updateInterval = setInterval(updateCurrentlyPlaying, 5000);
     }
-    fetchFirmwareInfo();
     checkForUpdates();
 });