Adding coverart id field to Song dto object to return the coverart id that the song is associated with so it is easier to get the cover art
This commit is contained in:
@@ -23,6 +23,7 @@ namespace dto
|
||||
DTO_FIELD(Int32, disc);
|
||||
DTO_FIELD(Int32, year);
|
||||
DTO_FIELD(Int32, duration);
|
||||
DTO_FIELD(Int32, coverart_id);
|
||||
};
|
||||
|
||||
#include OATPP_CODEGEN_END(DTO)
|
||||
|
||||
Reference in New Issue
Block a user