Ticket #1138: stars.diff

File stars.diff, 1012 bytes (added by kkuphal, 18 years ago)
  • programs/mythbackend/mainserver.cpp

     
    965965                       "recorded.lastmodified, recorded.findid, "
    966966                       "recorded.originalairdate, recorded.playgroup, "
    967967                       "recorded.basename, recorded.progstart, "
    968                        "recorded.progend "
     968                       "recorded.progend, recorded.stars "
    969969                       "FROM recorded "
    970970                       "LEFT JOIN record ON recorded.recordid = record.recordid "
    971971                       "LEFT JOIN channel ON recorded.chanid = channel.chanid "
     
    10921092                }
    10931093            }
    10941094
     1095            proginfo->stars = query.value(31).toDouble();
     1096
    10951097            QString lpath = fileprefix + "/" + basename;
    10961098            PlaybackSock *slave = NULL;
    10971099            QFile checkFile(lpath);