Ticket #9539: 206-SkipQueryFilesize.patch
| File 206-SkipQueryFilesize.patch, 847 bytes (added by , 16 years ago) |
|---|
-
mythtv/programs/mythfrontend/playbackbox.cpp
old new void PlaybackBox::updateGroupInfo(const 644 644 ProgramInfo *info = *it; 645 645 if (info) 646 646 { 647 uint64_t filesize = info->QueryFilesize(); 647 uint64_t filesize = info->GetFilesize(); 648 if (filesize == 0 || info->GetRecordingStatus() == rsRecording) 649 { 650 filesize = info->QueryFilesize(); 651 info->SetFilesize(filesize); 652 } 648 653 groupSize += filesize; 649 info->SetFilesize(filesize);650 654 } 651 655 } 652 656
