summaryrefslogtreecommitdiff
path: root/recman.h
diff options
context:
space:
mode:
authorDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2011-01-24 21:11:32 +0100
committerDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2011-01-24 21:11:32 +0100
commit300f2f4ed0ff51cae9785f6d538347b20dea444a (patch)
tree124d53e3b561964cf3f9dcff68939889f0b08b24 /recman.h
parente298ac40138e9ed1da8a7347ddcfa060d66b8165 (diff)
downloadvdr-plugin-live-300f2f4ed0ff51cae9785f6d538347b20dea444a.tar.gz
vdr-plugin-live-300f2f4ed0ff51cae9785f6d538347b20dea444a.tar.bz2
Applied a patch provided by vdr-portal.de user 'copperhead' about
recordings archived on HDDs.
Diffstat (limited to 'recman.h')
-rw-r--r--recman.h4
1 files changed, 2 insertions, 2 deletions
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);