fix Undefined subroutine str2time
Undefined subroutine &FHEM::Devices::LGTV::LGTVWebOS::str2time called at lib/FHEM/Devices/LGTV/LGTVWebOS.pm line 1042. [Ticket: no]
This commit is contained in:
@ -1040,7 +1040,7 @@ sub WriteProgramlistReadings {
|
||||
for my $programList ( @{ $decode_json->{payload}{programList} } ) {
|
||||
|
||||
if (
|
||||
str2time( FormartStartEndTime( $programList->{localEndTime} ) ) >
|
||||
::str2time( FormartStartEndTime( $programList->{localEndTime} ) ) >
|
||||
time() )
|
||||
{
|
||||
if ( $count < 1 ) {
|
||||
|
Reference in New Issue
Block a user