diff options
author | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2021-02-03 13:58:09 +0100 |
---|---|---|
committer | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2021-02-03 13:58:09 +0100 |
commit | 452a4384c2b280219575b5d3200b5f1ebd1e9d4a (patch) | |
tree | bc5a3599a9f719b98e2a34f7f7e7fa43899ed2c0 | |
parent | 1c393e23a5c1527b95313db02799ce8f0901fe98 (diff) | |
download | vdr-plugin-skindesigner-452a4384c2b280219575b5d3200b5f1ebd1e9d4a.tar.gz vdr-plugin-skindesigner-452a4384c2b280219575b5d3200b5f1ebd1e9d4a.tar.bz2 |
Version 1.2.111.2.11
-rw-r--r-- | HISTORY | 3 | ||||
-rw-r--r-- | skindesigner.c | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -469,7 +469,8 @@ Version 1.2.10 - [pbiering] retrieve ChannelName from 'info' and fallback via ChannelID from active channel list - [kamel5] Update skin estuary4vdr -Version 1.2.10+ +Version 1.2.11 - [pbiering] align displayed tuner number (0,1,2 -> 1,2,3) - [pbiering] SVDRP: do not reload in case plugin is not fully initialized (results in VDR crash) - [pbiering] SVDRP: respond with proper error message in case of OSD is active or parsing error +- [kamel5] Fixed an error in displayreplay if no recording information are available diff --git a/skindesigner.c b/skindesigner.c index 71eb363..05faa70 100644 --- a/skindesigner.c +++ b/skindesigner.c @@ -21,7 +21,7 @@ #endif -static const char *VERSION = "1.2.10"; +static const char *VERSION = "1.2.11"; static const char *DESCRIPTION = trNOOP("Skin Designer"); class cPluginSkinDesigner : public cPlugin, public skindesignerapi::SkindesignerAPI { |