Browse Source

:recycle: use sortBy watching | only ignore switching to and from artist

tags/1.0.0^2
J 3 years ago
parent
commit
4a1bc0e34e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      vue-theme/src/pages/list.vue

+ 1
- 1
vue-theme/src/pages/list.vue View File

@@ -252,7 +252,7 @@ export default {
252 252
         // Fires when navigating between pages with different sorts
253 253
         sortBy(newSort) {
254 254
             if(!Object.values(sortTypes).includes(newSort)) return
255
-            // this.initPostList()
255
+            this.initPostList()
256 256
         },
257 257
     },
258 258
     mounted() {

Loading…
Cancel
Save