feat: add functionality to remove media from album, including API integration and UI context menu
This commit is contained in:
@@ -121,3 +121,8 @@ impl<T> PaginatedResponse<T> {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(serde::Deserialize)]
|
||||
pub struct RemoveMediaFromAlbumRequest {
|
||||
pub media_ids: Vec<uuid::Uuid>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user