diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2011-01-24 21:11:32 +0100 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2011-01-24 21:11:32 +0100 |
commit | 300f2f4ed0ff51cae9785f6d538347b20dea444a (patch) | |
tree | 124d53e3b561964cf3f9dcff68939889f0b08b24 /recman.h | |
parent | e298ac40138e9ed1da8a7347ddcfa060d66b8165 (diff) | |
download | vdr-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.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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); |