Procházet zdrojové kódy

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

tags/0.9.0
J před 4 roky
rodič
revize
d568cb920c
1 změnil soubory, kde provedl 3 přidání a 2 odebrání
  1. 3
    2
      vue-theme/src/pages/list.vue

+ 3
- 2
vue-theme/src/pages/list.vue Zobrazit soubor

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

Načítá se…
Zrušit
Uložit