l4l: force update of output files if ...

lcd4linux is not running and display is changed in automatic mode


Origin commit data
------------------
Branch: ni/coolstream
Commit: 03281f959c
Author: GetAway <get-away@t-online.de>
Date: 2019-01-20 (Sun, 20 Jan 2019)



------------------
This commit was generated by Migit
This commit is contained in:
GetAway
2019-01-20 23:33:59 +01:00
committed by vanhofen
parent c79975ece3
commit c969945b7c
3 changed files with 17 additions and 3 deletions

View File

@@ -250,6 +250,9 @@ int CLCD4lSetup::show()
if (initlcd4l)
LCD4l->InitLCD4l();
if (g_settings.lcd4l_support == 1 ) // automatic
LCD4l->ForceRun();
return res;
}