mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2025-12-24 02:39:20 -05:00
ignore defunct websites in url list import mode
This commit is contained in:
@@ -606,7 +606,7 @@ function importFromUrlList() {
|
|||||||
setTimeout(importFromUrlList, 500)
|
setTimeout(importFromUrlList, 500)
|
||||||
})
|
})
|
||||||
}).catch(err => {
|
}).catch(err => {
|
||||||
|
setTimeout(importFromUrlList, 500)
|
||||||
}).finally(() => {
|
}).finally(() => {
|
||||||
loading.value = false
|
loading.value = false
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user