Initial commit with decorator router, and some basic subsonic api code

This commit is contained in:
2026-04-08 19:40:39 +01:00
commit 8e5a8d073f
19 changed files with 1178 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
export * from './SubsonicErrorCode';
export * from './SubsonicResponseFormat';