Added Contributors.md

Now can choose fansub to download with on releases
This commit is contained in:
Kylart 2017-09-26 15:51:57 +02:00
parent 4bba62e3d7
commit 2e2ec87f2c
3 changed files with 5 additions and 4 deletions

4
CONTRIBUTORS.md Normal file
View File

@ -0,0 +1,4 @@
## Many thanks to :
* [henrily](https://stackoverflow.com/users/4606106/henrily) : Website hosting.
* [mlpo](https://github.com/mlpo) : LICENSE formatting.

View File

@ -41,9 +41,6 @@
<script>
export default {
data () {
return {}
},
computed: {
history () {
return this.$store.state.history.entries

View File

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