mirror of https://github.com/Kylart/KawAnime.git
Fix downloader to use the right quality
This commit is contained in:
parent
5074ce77ad
commit
48a3972315
|
@ -81,12 +81,9 @@
|
|||
: this.$refs.name.focus()
|
||||
},
|
||||
download () {
|
||||
const quality = this.quality
|
||||
this.$store.commit('downloader/setQuality', this.quality)
|
||||
|
||||
this.$store.dispatch('downloader/download')
|
||||
.then(() => {
|
||||
this.$store.commit('downloader/setQuality', quality)
|
||||
})
|
||||
},
|
||||
next (number) {
|
||||
switch (number) {
|
||||
|
|
Loading…
Reference in New Issue