mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-01 08:44:40 +02:00
Fix:Downloading podcasts with watcher causing duplicate episodes #2122
This commit is contained in:
parent
1dc369180c
commit
3d96749d38
3 changed files with 20 additions and 9 deletions
|
@ -191,7 +191,7 @@ export default {
|
|||
}
|
||||
},
|
||||
methods: {
|
||||
search() {},
|
||||
submit() {},
|
||||
inputUpdate() {
|
||||
clearTimeout(this.searchTimeout)
|
||||
this.searchTimeout = setTimeout(() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue