ソースを参照

: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: {

読み込み中…
キャンセル
保存