mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-13 16:15:51 +01:00
2017-03-01 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in 'rdlibrary/audio_cart.cpp' where the 'Conductor' failed to be imported from RDXL chunks. * Added a 'songId' field to the cart metadata XML.
This commit is contained in:
@@ -209,6 +209,18 @@ void RDWaveData::setPublisher(const QString &str)
|
||||
}
|
||||
|
||||
|
||||
QString RDWaveData::songId() const
|
||||
{
|
||||
return data_song_id;
|
||||
}
|
||||
|
||||
|
||||
void RDWaveData::setSongId(const QString &str)
|
||||
{
|
||||
data_song_id=str;
|
||||
}
|
||||
|
||||
|
||||
RDWaveData::UsageCode RDWaveData::usageCode() const
|
||||
{
|
||||
return data_usage_code;
|
||||
|
||||
Reference in New Issue
Block a user