mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 15:58:31 +00:00
fixed ecm time display
This commit is contained in:
3
HISTORY
3
HISTORY
@@ -334,4 +334,5 @@ Version 0.4.6
|
|||||||
- added timeshift support in displayreplay
|
- added timeshift support in displayreplay
|
||||||
|
|
||||||
Version 0.4.7
|
Version 0.4.7
|
||||||
|
- fixed crash when deleting menuitem
|
||||||
|
- fixed ecm time display
|
||||||
|
@@ -938,7 +938,7 @@ bool cViewHelpers::SetEcmInfos(int channelSid, stringmap &stringTokens, intmap &
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (ecmInfo.hops < 0 || ecmInfo.ecmtime <= 0)
|
if (ecmInfo.hops < 0 || ecmInfo.ecmtime <= 0 || ecmInfo.ecmtime > 100000)
|
||||||
return false;
|
return false;
|
||||||
if (CompareECMInfos(&ecmInfo))
|
if (CompareECMInfos(&ecmInfo))
|
||||||
return false;
|
return false;
|
||||||
|
Reference in New Issue
Block a user