mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-02 17:24:57 +02:00
Add: datetime check for new episode modal
This commit is contained in:
parent
db17a5c88b
commit
7fd8178dde
1 changed files with 4 additions and 0 deletions
|
@ -113,6 +113,10 @@ export default {
|
|||
return false
|
||||
})
|
||||
console.log('updateResult', updateResult)
|
||||
} else if (!lastEpisodeCheck) {
|
||||
this.$toast.error(this.$strings.ToastDateMustBeComplete)
|
||||
this.checkingNewEpisodes = false
|
||||
return false
|
||||
}
|
||||
|
||||
this.$axios
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue