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>
|
||||
export default {
|
||||
data () {
|
||||
return {}
|
||||
},
|
||||
computed: {
|
||||
history () {
|
||||
return this.$store.state.history.entries
|
||||
|
|
|
@ -23,7 +23,7 @@ export default {
|
|||
quality: quality || rootState.config.config.quality,
|
||||
fromEp: +fromEp,
|
||||
untilEp: +untilEp,
|
||||
fansub: rootState.config.config.fansub,
|
||||
fansub: obj.fansub || rootState.config.config.fansub,
|
||||
choice: 'si'
|
||||
}
|
||||
let failed = false
|
||||
|
|
Loading…
Reference in New Issue