mark some future processes.
This commit is contained in:
		| @@ -94,6 +94,7 @@ impl ConfigDb { | |||||||
|             .collect::<Vec<u8>>(); |             .collect::<Vec<u8>>(); | ||||||
|         db.remove(key) |         db.remove(key) | ||||||
|             .map_err(|e| anyhow::anyhow!("Unable to remove pattern: {}", e))?; |             .map_err(|e| anyhow::anyhow!("Unable to remove pattern: {}", e))?; | ||||||
|  |         // todo: need to remove requested pattern in all playlists. | ||||||
|         db.flush_async() |         db.flush_async() | ||||||
|             .await |             .await | ||||||
|             .map_err(|e| anyhow::anyhow!("Unable to save db: {}", e))?; |             .map_err(|e| anyhow::anyhow!("Unable to save db: {}", e))?; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user