Version 1.2.18

This commit is contained in:
kamel5 2022-02-09 13:55:34 +01:00
parent 2f64512710
commit 79a95914f0
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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 {