- streaminfo: add fallback to delivery system detection

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2017-12-18 12:23:57 +01:00
committed by Thilo Graf
parent 35813ced0d
commit 9b79b011cb
2 changed files with 4 additions and 0 deletions

View File

@@ -899,6 +899,8 @@ void CStreamInfo2::paint_techinfo(int xpos, int ypos)
r.key = g_Locale->getText (LOCALE_CHANNELLIST_PROVS);
else if (CFrontend::isTerr(t.feparams.delsys))
r.key = g_Locale->getText (LOCALE_TERRESTRIALSETUP_AREA);
else
r.key = "Unknown:";
r.key += ": ";
r.val = CServiceManager::getInstance()->GetSatelliteName(channel->getSatellitePosition()).c_str();