mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-06-09 12:12:43 +02:00
Update client/components/widgets/CronExpressionBuilder.vue
This commit is contained in:
@@ -279,10 +279,10 @@ export default {
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
init() {
|
init() {
|
||||||
this.selectedInterval = 'custom';
|
this.selectedInterval = 'custom'
|
||||||
this.selectedHour = 0;
|
this.selectedHour = 0
|
||||||
this.selectedMinute = 0;
|
this.selectedMinute = 0
|
||||||
this.selectedWeekdays = [];
|
this.selectedWeekdays = []
|
||||||
|
|
||||||
if (!this.value) return
|
if (!this.value) return
|
||||||
const pieces = this.value.split(' ')
|
const pieces = this.value.split(' ')
|
||||||
|
|||||||
Reference in New Issue
Block a user