Skip to content

Commit bdb338a

Browse files
author
Robert McNamara
committed
Services API: Return Channel data in Encoders API.
Not sure if there was a reason for disabling it, but if this is a bad call then I can always revert.
1 parent 82226ea commit bdb338a

File tree

1 file changed

+1
-1
lines changed
  • mythtv/programs/mythbackend/services

1 file changed

+1
-1
lines changed

mythtv/programs/mythbackend/services/dvr.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ DTC::EncoderList* Dvr::Encoders()
186186
{
187187
DTC::Program *pProgram = pEncoder->Recording();
188188

189-
FillProgramInfo( pProgram, pInfo, false, true );
189+
FillProgramInfo( pProgram, pInfo, true, true );
190190

191191
delete pInfo;
192192
}

0 commit comments

Comments
 (0)