mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-11 03:41:42 +00:00
Fix: fix double message definition
This commit is contained in:
parent
2c095a3dc3
commit
da101a17af
1 changed files with 0 additions and 1 deletions
|
|
@ -727,7 +727,6 @@ export default {
|
||||||
toggleFinished(confirmed = false) {
|
toggleFinished(confirmed = false) {
|
||||||
if (!this.itemIsFinished && this.userProgressPercent > 0 && !confirmed) {
|
if (!this.itemIsFinished && this.userProgressPercent > 0 && !confirmed) {
|
||||||
const payload = {
|
const payload = {
|
||||||
message: `Are you sure you want to mark "${this.displayTitle}" as finished?`,
|
|
||||||
message: this.$getString('MessageConfirmMarkItemFinished', [this.displayTitle]),
|
message: this.$getString('MessageConfirmMarkItemFinished', [this.displayTitle]),
|
||||||
callback: (confirmed) => {
|
callback: (confirmed) => {
|
||||||
if (confirmed) {
|
if (confirmed) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue