mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-30 15:49:38 +00:00
Remove negative chapter end check & tooltip
This commit is contained in:
parent
8b260c8bc6
commit
2ed2328401
4 changed files with 0 additions and 8 deletions
|
|
@ -444,11 +444,6 @@ export default {
|
|||
return
|
||||
}
|
||||
|
||||
if (unlockedChapters[0].id === 0 && unlockedChapters[0].end + amount <= 0) {
|
||||
this.$toast.error(this.$strings.ToastChapterInvalidShiftAmount)
|
||||
return
|
||||
}
|
||||
|
||||
for (let i = 0; i < this.newChapters.length; i++) {
|
||||
const chap = this.newChapters[i]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue