mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-02 17:24:57 +02:00
Change: toast date error to be generic
This commit is contained in:
parent
2ec84edb5e
commit
db17a5c88b
2 changed files with 2 additions and 2 deletions
|
@ -153,7 +153,7 @@ export default {
|
|||
|
||||
// Check pubdate is valid if it is being updated. Cannot be set to null in the web client
|
||||
if (updatedDetails.pubDate === null) {
|
||||
this.$toast.error(this.$strings.ToastEpisodePubDateUpdateFailed)
|
||||
this.$toast.error(this.$strings.ToastDateMustBeComplete)
|
||||
return null
|
||||
}
|
||||
return this.updateDetails(updatedDetails)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue