From 300f2f4ed0ff51cae9785f6d538347b20dea444a Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Mon, 24 Jan 2011 21:11:32 +0100 Subject: Applied a patch provided by vdr-portal.de user 'copperhead' about recordings archived on HDDs. --- recman.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recman.h') diff --git a/recman.h b/recman.h index 8044d38..e04c16b 100644 --- a/recman.h +++ b/recman.h @@ -78,14 +78,14 @@ namespace vdrlive { * Determine wether the recording has been archived on * removable media (e.g. DVD-ROM) */ - static bool IsArchived(cRecording const * recording); + static int GetArchiveType(cRecording const * recording); /** * Provide an identification of the removable media * (e.g. DVD-ROM Number or Name) where the recording has * been archived. */ - static std::string const GetArchiveId(cRecording const * recording); + static std::string const GetArchiveId(cRecording const * recording, int archiveType); static std::string const GetArchiveDescr(cRecording const * recording); -- cgit v1.2.3