mirror of
https://github.com/sbondCo/Watcharr.git
synced 2026-08-07 07:14:44 +00:00
Store: Use normal store for logging activeSort restore
This commit is contained in:
+1
-1
@@ -222,7 +222,7 @@ function rehydrateStore() {
|
||||
_store.activeSort = JSON.parse(raf);
|
||||
console.debug(
|
||||
"rehydrateStore: Restored activeSort:",
|
||||
$state.snapshot(_store.activeSort),
|
||||
$state.snapshot(store.activeSort),
|
||||
);
|
||||
}
|
||||
// Restore activeFilters
|
||||
|
||||
Reference in New Issue
Block a user