From cd1c5d4171c75b6e0c6860bfe0b505472e85a617 Mon Sep 17 00:00:00 2001 From: phunkyfish Date: Thu, 26 Mar 2020 12:53:55 +0000 Subject: [PATCH] PVR API 6.3.0 --- pvr.octonet/addon.xml.in | 2 +- src/client.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pvr.octonet/addon.xml.in b/pvr.octonet/addon.xml.in index 4445398..5555e42 100644 --- a/pvr.octonet/addon.xml.in +++ b/pvr.octonet/addon.xml.in @@ -1,7 +1,7 @@ @ADDON_DEPENDS@ diff --git a/src/client.cpp b/src/client.cpp index fa18d6d..aaa93fc 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -198,6 +198,7 @@ PVR_ERROR SetRecordingPlayCount(const PVR_RECORDING& recording, int count) { ret PVR_ERROR SetRecordingLastPlayedPosition(const PVR_RECORDING& recording, int lastplayedposition) { return PVR_ERROR_NOT_IMPLEMENTED; } int GetRecordingLastPlayedPosition(const PVR_RECORDING& recording) { return PVR_ERROR_NOT_IMPLEMENTED; } PVR_ERROR GetRecordingEdl(const PVR_RECORDING&, PVR_EDL_ENTRY edl[], int *size) { return PVR_ERROR_NOT_IMPLEMENTED; } +PVR_ERROR GetRecordingSize(const PVR_RECORDING* recording, int64_t* sizeInBytes) { return PVR_ERROR_NOT_IMPLEMENTED; } PVR_ERROR GetTimerTypes(PVR_TIMER_TYPE types[], int *size) { return PVR_ERROR_NOT_IMPLEMENTED; } int GetTimersAmount(void) { return PVR_ERROR_NOT_IMPLEMENTED; } PVR_ERROR GetTimers(ADDON_HANDLE handle) { return PVR_ERROR_NOT_IMPLEMENTED; }