feat: Added typegen for jellyfin structs and enums

This commit is contained in:
uttarayan21
2025-11-13 14:57:00 +05:30
parent 07027d6121
commit ffd5562ed3
9 changed files with 9501 additions and 117 deletions

6
justfile Normal file
View File

@@ -0,0 +1,6 @@
typegen:
@echo "Generating jellyfin type definitions..."
cd typegen && cargo run
cp typegen/jellyfin.rs api/src/jellyfin.rs
rm typegen/jellyfin.rs