Changeset 21306c3929 in mythtv
- Timestamp:
- Jul 18, 2012, 4:42:54 PM (12 years ago)
- Branches:
- devel/2020-player, devel/ffmpeg-resync, fixes/0.26, fixes/0.27, fixes/0.28, fixes/29, fixes/30, fixes/31, github-templates, master
- Children:
- 71f462cdf
- Parents:
- 2154b3bf9
- git-author:
- Daniel Thor Kristjansson <danielk@…> (07/18/12 16:42:54)
- git-committer:
- Daniel Thor Kristjansson <danielk@…> (07/18/12 18:07:25)
- File:
-
- 1 edited
-
mythtv/libs/libmythtv/tv_rec.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mythtv/libs/libmythtv/tv_rec.cpp
r2154b3bf9 r21306c3929 4433 4433 4434 4434 pginfo->SaveAutoExpire(kLiveTVAutoExpire); 4435 pginfo->ApplyRecordRecGroupChange("LiveTV"); 4435 if (!pseudoLiveTVRecording) 4436 pginfo->ApplyRecordRecGroupChange("LiveTV"); 4436 4437 4437 4438 bool discont = (tvchain->TotalSize() > 0); … … 4489 4490 pginfo->MarkAsInUse(true, kRecorderInUseID); 4490 4491 pginfo->SaveAutoExpire(kLiveTVAutoExpire); 4491 pginfo->ApplyRecordRecGroupChange("LiveTV"); 4492 if (!pseudoLiveTVRecording) 4493 pginfo->ApplyRecordRecGroupChange("LiveTV"); 4492 4494 tvchain->AppendNewProgram(pginfo, channel->GetCurrentName(), 4493 4495 channel->GetCurrentInput(), discont);
Note: See TracChangeset
for help on using the changeset viewer.
