Skip to main content

storage_mark_played

Function storage_mark_played 

Source
pub async fn storage_mark_played(
    db: State<'_, DatabaseWrapper>,
    smart_cache: State<'_, SmartCacheWrapper>,
    user_id: String,
    item_id: String,
) -> Result<(), String>
Expand description

Mark item as played in local database