Ticket #822: cd-lcd.patch

File cd-lcd.patch, 657 bytes (added by Robin Gilks <g8ecj@…>, 18 years ago)
  • mythmusic/mythmusic/playlist.cpp

     
    981981            if (tmpdata)
    982982            {
    983983                QString a_string = QString("CD: %1 ~ %2 - %3")
    984                   .arg(tmpdata->FormatArtist()).arg(tmpdata->Track()).arg(tmpdata->FormatTitle());
     984                  .arg(tmpdata->Track()).arg(tmpdata->FormatTitle()).arg(tmpdata->FormatArtist());
    985985
    986986                if(tmpdata->FormatArtist().length() < 1 ||
    987987                   tmpdata->FormatTitle().length() < 1)