fix proxiwash update loop
This commit is contained in:
父節點
9e6fee467f
當前提交
20d5e790d0
共有 1 個文件被更改,包括 1 次插入 和 1 次删除
|
@ -349,7 +349,7 @@ function ProxiwashScreen() {
|
|||
...data.dryers,
|
||||
...data.washers,
|
||||
]);
|
||||
if (cleanedList !== machinesWatched) {
|
||||
if (cleanedList.length !== machinesWatched.length) {
|
||||
updatePreferences(PreferenceKeys.proxiwashWatchedMachines, cleanedList);
|
||||
}
|
||||
return [
|
||||
|
|
載入中…
Reference in a new issue