mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-12 18:35:00 +02:00
Update:Default library view to detail instead of bookshelf view & update settings copy
This commit is contained in:
parent
0e96465d74
commit
e1e10dca50
10 changed files with 22 additions and 22 deletions
|
@ -40,7 +40,7 @@ class ServerSettings {
|
|||
|
||||
// Bookshelf Display
|
||||
this.homeBookshelfView = BookshelfView.STANDARD
|
||||
this.bookshelfView = BookshelfView.STANDARD
|
||||
this.bookshelfView = BookshelfView.DETAIL
|
||||
|
||||
// Podcasts
|
||||
this.podcastEpisodeSchedule = '0 * * * *' // Every hour
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue