소스 검색

:recycle: changing shouldLoadAllAtOnce params to include by-type sorts

tags/0.9.0
J 4 년 전
부모
커밋
d568cb920c
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3
    2
      vue-theme/src/pages/list.vue

+ 3
- 2
vue-theme/src/pages/list.vue 파일 보기

@@ -83,8 +83,9 @@ export default {
83 83
         },
84 84
         shouldLoadAllAtOnce() {
85 85
             return this.type == 'episode' ||
86
-                this.type == 'artist' && this.sortBy == sortTypes.material ||
87
-                this.type == 'artist' && this.sortBy == sortTypes.episode
86
+                this.sortBy == sortTypes.subtype ||
87
+                this.sortBy == sortTypes.material ||
88
+                this.sortBy == sortTypes.episode
88 89
         }
89 90
     },
90 91
     methods: {

Loading…
취소
저장