Skip to content

Commit

Permalink
workaround: playback of active recordings
Browse files Browse the repository at this point in the history
  • Loading branch information
Glenn-1990 committed Jul 20, 2015
1 parent 0941647 commit b773579
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Tvheadend.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,8 @@ PVR_ERROR CTvheadend::GetRecordings ( ADDON_HANDLE handle )
}

/* EPG event id */
rec.iEpgEventId = rit->second.eventId;
/* workaround: causes high cpu usage */
//rec.iEpgEventId = rit->second.eventId;

recs.push_back(rec);
}
Expand Down

0 comments on commit b773579

Please sign in to comment.