pub async fn resync_files(
__arg0: State<UnifiedAppState>,
) -> Result<impl IntoResponse, StatusCode>Expand description
POST /files/resync - Clear database and resync from filesystem (fixes duplicates)
pub async fn resync_files(
__arg0: State<UnifiedAppState>,
) -> Result<impl IntoResponse, StatusCode>POST /files/resync - Clear database and resync from filesystem (fixes duplicates)