summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkamel5 <vdr.kamel5 (at) gmx (dot) net>2022-02-09 13:55:34 +0100
committerkamel5 <vdr.kamel5 (at) gmx (dot) net>2022-02-09 13:55:34 +0100
commit79a95914f0cc2789238f5fc3e96a9a61201bc0e0 (patch)
tree6733fa63b2cc2ee954680ce97692b9fd91f7a0bb
parent2f645127100f1e5e18d288b6f212f5760398d646 (diff)
downloadvdr-plugin-skindesigner-master.tar.gz
vdr-plugin-skindesigner-master.tar.bz2
Version 1.2.18HEAD1.2.18master
-rw-r--r--HISTORY5
-rw-r--r--skindesigner.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index fe3cf95..26c4ed8 100644
--- a/HISTORY
+++ b/HISTORY
@@ -524,3 +524,8 @@ Version 1.2.17
- [kamel5] Add token errors for recordings (VDR >= 2.5.4)
- [kamel5] Update Skin estuary4vdr to display errors in recording info
- [kamel5] Update Skin estuary4vdr
+
+Version 1.2.18
+
+- [pbiering] extend detection of isHD and isUHD in case of stored EPG info (event) is missing any information regarding video (e.g. if EPG is missing on a channel)
+- [kamel5] Fix compiler error
diff --git a/skindesigner.c b/skindesigner.c
index a912d5e..355fe93 100644
--- a/skindesigner.c
+++ b/skindesigner.c
@@ -20,7 +20,7 @@
#error "VDR-2.2.0 API version or greater is required!"
#endif
-static const char *VERSION = "1.2.17";
+static const char *VERSION = "1.2.18";
static const char *DESCRIPTION = trNOOP("Skin Designer");
class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI {