diff options
Diffstat (limited to 'xbmc/pvr/PVRGUIInfo.h')
-rw-r--r-- | xbmc/pvr/PVRGUIInfo.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xbmc/pvr/PVRGUIInfo.h b/xbmc/pvr/PVRGUIInfo.h index 7721b3e56b..5d680631a3 100644 --- a/xbmc/pvr/PVRGUIInfo.h +++ b/xbmc/pvr/PVRGUIInfo.h @@ -196,6 +196,8 @@ namespace PVR void CharInfoPlayingDuration(std::string &strValue) const; void CharInfoPlayingTime(std::string &strValue) const; + void CharInfoEpgEventRemainingTime(std::string &strValue) const; + void CharInfoEpgEventFinishTime(std::string &strValue) const; void CharInfoBackendNumber(std::string &strValue) const; void CharInfoTotalDiskSpace(std::string &strValue) const; void CharInfoSignal(std::string &strValue) const; @@ -260,6 +262,7 @@ namespace PVR std::vector<SBackend> m_backendProperties; bool m_bIsTimeshifting; + time_t m_iStartTime; time_t m_iTimeshiftStartTime; time_t m_iTimeshiftEndTime; time_t m_iTimeshiftPlayTime; |