mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 07:23:09 +02:00
- lcd4linux: fix first start
Signed-off-by: Thilo Graf <dbt@novatux.de> # Conflicts: # src/driver/lcd4l.cpp
This commit is contained in:
@@ -664,7 +664,7 @@ void CLCD4l::ParseInfo(uint64_t parseID, bool newID, bool firstRun)
|
||||
|
||||
/* ----------------------------------------------------------------- */
|
||||
|
||||
if (newID || parseID == NeutrinoModes::mode_audio || parseID == NeutrinoModes::mode_ts)
|
||||
if (firstRun || newID || parseID == NeutrinoModes::mode_audio || parseID == NeutrinoModes::mode_ts)
|
||||
{
|
||||
std::string Service = "";
|
||||
int ChannelNr = 0;
|
||||
@@ -852,6 +852,7 @@ void CLCD4l::ParseInfo(uint64_t parseID, bool newID, bool firstRun)
|
||||
case 1:
|
||||
Layout = DisplayType + "user01" + eol;
|
||||
break;
|
||||
case 0:
|
||||
default:
|
||||
Layout = DisplayType + "standard" + eol;
|
||||
}
|
||||
|
Reference in New Issue
Block a user