mirror of
https://github.com/sudoxnym/audiobookshelf-atv.git
synced 2026-04-14 19:46:30 +00:00
Fix: Sleep Timer modal defaults to Custom Time during first access #1224
This commit is contained in:
parent
e79d09941c
commit
4180862c3a
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ export default {
|
|||
},
|
||||
data() {
|
||||
return {
|
||||
manualTimerModal: true,
|
||||
manualTimerModal: false,
|
||||
manualTimeoutMin: 1
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue