Skip to content

Commit

Permalink
[hts] accidently checked in a debugging line in 2070cef
Browse files Browse the repository at this point in the history
  • Loading branch information
opdenkamp committed Sep 19, 2012
1 parent 60087c6 commit 9d46aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/pvr.hts/src/client.cpp
Expand Up @@ -294,7 +294,7 @@ const char* GetMininumPVRAPIVersion(void)

PVR_ERROR GetAddonCapabilities(PVR_ADDON_CAPABILITIES* pCapabilities)
{
// pCapabilities->bSupportsEPG = true;
pCapabilities->bSupportsEPG = true;
pCapabilities->bSupportsTV = true;
pCapabilities->bSupportsRadio = true;
pCapabilities->bSupportsRecordings = true;
Expand Down

0 comments on commit 9d46aa4

Please sign in to comment.