1
0
mirror of https://github.com/rofafor/vdr-plugin-femon.git synced 2023-10-10 13:36:53 +02:00

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

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;
}