feat: add base jellyfin and ersatztv sdk

This commit is contained in:
Alexander Navarro 2025-10-18 17:53:06 -03:00
commit 49cf01c668
11 changed files with 2184 additions and 0 deletions

3
src/lib.rs Normal file
View file

@ -0,0 +1,3 @@
pub mod config;
pub mod ersatz_tv;
pub mod jellyfin;