Implement code highlighting, thumbnail retries, and pinned order fix
All checks were successful
Automated Container Build / build-and-push (push) Successful in 1m29s

This commit is contained in:
Elijah 2026-05-23 08:42:30 -07:00
parent 745d959c9b
commit 2b49e90b81
5 changed files with 371 additions and 16 deletions

View file

@ -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 {