Skip to content

Commit

Permalink
Add: datetime check for new episode modal
Browse files Browse the repository at this point in the history
  • Loading branch information
nichwall committed Jan 7, 2025
1 parent db17a5c commit 7fd8178
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/components/modals/item/tabs/Episodes.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7fd8178

Please sign in to comment.