diff --git a/xbmc/pvr/recordings/PVRRecordings.cpp b/xbmc/pvr/recordings/PVRRecordings.cpp index 8e88fbeb416d1..3eed672665eb2 100644 --- a/xbmc/pvr/recordings/PVRRecordings.cpp +++ b/xbmc/pvr/recordings/PVRRecordings.cpp @@ -282,7 +282,7 @@ bool CPVRRecordings::RenameRecording(CFileItem &item, std::string &strNewName) bool CPVRRecordings::DeleteAllRecordingsFromTrash() { - return g_PVRClients->DeleteAllRecordingsFromTrash(); + return g_PVRClients->DeleteAllRecordingsFromTrash() == PVR_ERROR_NO_ERROR; } bool CPVRRecordings::SetRecordingsPlayCount(const CFileItemPtr &item, int count)