mirror of https://github.com/Kylart/KawAnime.git
Fix #63 : should not retry search when provider sent errors
This commit is contained in:
parent
1d406dc22b
commit
ec18baaf9d
|
@ -56,8 +56,7 @@ export default {
|
||||||
const { name, msg } = data
|
const { name, msg } = data
|
||||||
|
|
||||||
this.$log('Could not retrieve information for', name, msg)
|
this.$log('Could not retrieve information for', name, msg)
|
||||||
|
// TODO: Might be great to add not found template information
|
||||||
setTimeout(this.updateInfo, 750)
|
|
||||||
},
|
},
|
||||||
|
|
||||||
setHandlers () {
|
setHandlers () {
|
||||||
|
|
Loading…
Reference in New Issue