Implement code highlighting, thumbnail retries, and pinned order fix
All checks were successful
Automated Container Build / build-and-push (push) Successful in 1m29s
All checks were successful
Automated Container Build / build-and-push (push) Successful in 1m29s
This commit is contained in:
parent
745d959c9b
commit
2b49e90b81
5 changed files with 371 additions and 16 deletions
|
|
@ -44,6 +44,7 @@ func (h *SettingsHandler) UpdateSettings(c *fiber.Ctx) error {
|
|||
"thumbnail_videos": true,
|
||||
"trash_auto_purge_days": true,
|
||||
"pinned_sidebar_expanded": true,
|
||||
"pinned_order": true,
|
||||
}
|
||||
|
||||
for key, value := range body {
|
||||
|
|
|
|||
Reference in a new issue