mirror of https://github.com/Kylart/KawAnime.git
Added Contributors.md
Now can choose fansub to download with on releases
This commit is contained in:
parent
4bba62e3d7
commit
2e2ec87f2c
|
@ -0,0 +1,4 @@
|
||||||
|
## Many thanks to :
|
||||||
|
|
||||||
|
* [henrily](https://stackoverflow.com/users/4606106/henrily) : Website hosting.
|
||||||
|
* [mlpo](https://github.com/mlpo) : LICENSE formatting.
|
|
@ -41,9 +41,6 @@
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
export default {
|
export default {
|
||||||
data () {
|
|
||||||
return {}
|
|
||||||
},
|
|
||||||
computed: {
|
computed: {
|
||||||
history () {
|
history () {
|
||||||
return this.$store.state.history.entries
|
return this.$store.state.history.entries
|
||||||
|
|
|
@ -23,7 +23,7 @@ export default {
|
||||||
quality: quality || rootState.config.config.quality,
|
quality: quality || rootState.config.config.quality,
|
||||||
fromEp: +fromEp,
|
fromEp: +fromEp,
|
||||||
untilEp: +untilEp,
|
untilEp: +untilEp,
|
||||||
fansub: rootState.config.config.fansub,
|
fansub: obj.fansub || rootState.config.config.fansub,
|
||||||
choice: 'si'
|
choice: 'si'
|
||||||
}
|
}
|
||||||
let failed = false
|
let failed = false
|
||||||
|
|
Loading…
Reference in New Issue