mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-11 23:25:57 +01:00
2017-12-01 Fred Gleason <fredg@paravelsystems.com>
* Added an 'Engine=' directive to the [MySQL] section of rd.conf(5). * Refactored the schema update code to use standard form in rdadmin(1).
This commit is contained in:
@@ -155,6 +155,7 @@ void ImportListView::refreshList(int line)
|
||||
item->setText(3,RDGetTimeLength(logline->forcedLength(),false,false));
|
||||
total_len+=logline->forcedLength();
|
||||
switch(logline->transType()) {
|
||||
printf("line: %d transtype: %d\n",line,logline->transType());
|
||||
case RDLogLine::Play:
|
||||
item->setText(5,tr("PLAY"));
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user