Added an info line for IPTV devices.

This commit is contained in:
Rolf Ahrenberg 2012-03-31 13:22:11 +03:00
parent 0f8cc6c9ce
commit 0e6457ab42
1 changed files with 6 additions and 0 deletions

View File

@ -475,6 +475,12 @@ void cFemonOsd::DrawInfoWindow(void)
}
break;
case ('I' << 24): {
OSDDRAWINFOLINE(*cString::sprintf("IPTV #%d - %s", (m_SvdrpFrontend >= 0) ? m_SvdrpFrontend : cDevice::ActualDevice()->CardIndex(), *m_FrontendName));
offset += OSDROWHEIGHT;
}
break;
default:
break;
}