feat: Added iced_video_player
Some checks failed
build / checks-matrix (push) Has been cancelled
build / codecov (push) Has been cancelled
docs / docs (push) Has been cancelled
build / checks-build (push) Has been cancelled

This commit is contained in:
uttarayan21
2025-11-20 21:59:47 +05:30
parent f41625e0ed
commit b1cfc19b96
24 changed files with 8109 additions and 15 deletions

View File

@@ -1,5 +1,5 @@
mod errors;
use api::{JellyfinClient, JellyfinConfig};
use api::JellyfinConfig;
use errors::*;
fn jellyfin_config_try() -> Result<JellyfinConfig> {