mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 17:58:31 +02:00
Version 1.2.18
This commit is contained in:
parent
2f64512710
commit
79a95914f0
5
HISTORY
5
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
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user