|
This routine updates an album based on the metadata supplied. If the tracks field of the metadata contains a track listing, these tracks will be added to the album in place of those already present, i.e. the previous track listing will be deleted. - Parameters:
-
| device | a pointer to the device to create the new album on. |
| metadata | the metadata for the album to be updated. notice that the field album_id must contain the apropriate album ID. |
- Returns:
- 0 on success, any other value means failure.
- See also:
- LIBMTP_Create_New_Album()
LIBMTP_Delete_Object()
|