Skip to main content

storage_update_playback_progress

Function storage_update_playback_progress 

Source
pub async fn storage_update_playback_progress(
    db: State<'_, DatabaseWrapper>,
    user_id: String,
    item_id: String,
    position_ms: i64,
) -> Result<(), String>
Expand description

Update playback progress in local database This stores the progress locally for offline access and “continue watching”