mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 17:58:31 +02:00
fixed ecm time display
This commit is contained in:
parent
f9278c805a
commit
b4c82f5066
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;
|
||||||
|
Loading…
Reference in New Issue
Block a user