diff options
author | Thomas Maass <mase@mase1.setho.org> | 2013-10-21 17:55:03 +0200 |
---|---|---|
committer | Thomas Maass <mase@mase1.setho.org> | 2013-10-21 17:55:03 +0200 |
commit | 526f69027750591f7196e0c3bd311936dc2610c5 (patch) | |
tree | 5e61f9ad96bf37eb3b211f23bf8471c62a424b0f /setup.c | |
parent | e8d1ca5ff467ab26c94513ca671f7ea626d9a9c4 (diff) | |
download | vdr-plugin-hddarchive-526f69027750591f7196e0c3bd311936dc2610c5.tar.gz vdr-plugin-hddarchive-526f69027750591f7196e0c3bd311936dc2610c5.tar.bz2 |
Removed archive functions from cMyMenuRecordingItem.
They are now called, when a cRecording is used.
Removed support for VDR < 2.1.2.
Fixed Play service.
Fixed VDR patch.
Added Skinnopacity patch.
Diffstat (limited to 'setup.c')
-rwxr-xr-x | setup.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -8,6 +8,8 @@ #include "setup.h" +// --- cHddArchiveConfig ------------------------------------------------------- + cHddArchiveConfig::cHddArchiveConfig() { strcpy(ArchiveDevice, "/dev/usb0"); @@ -29,6 +31,8 @@ bool cHddArchiveConfig::SetupParse(const char *Name, const char *Value) return true; } +// --- cHddArchiveSetup -------------------------------------------------------- + cHddArchiveSetup::cHddArchiveSetup() { tmpHddArchiveConfig = HddArchiveConfig; |