mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-03-04 02:22:09 +01:00
Change: toast date error to be generic
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user