refactor: reorganize into subdirs (config/ util/ http/ notifs/ queue/ integrations/ static/)

This commit is contained in:
2026-06-09 00:56:27 +02:00
parent 4bcc34ec86
commit 32deda57e0
23 changed files with 33 additions and 18 deletions
+3
View File
@@ -0,0 +1,3 @@
#pragma once
void trigger_jellyfin_scan(void);
void update_show_manifest(const char *season_dir, const char *title_hint);