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
pub async fn storage_mark_played(
db: State<'_, DatabaseWrapper>,
smart_cache: State<'_, SmartCacheWrapper>,
user_id: String,
item_id: String,
) -> Result<(), String>Mark item as played in local database