mirror of
https://github.com/rofafor/vdr-plugin-iptv.git
synced 2025-12-26 23:36:43 +01:00
Updated device name.
This commit is contained in:
3
device.c
3
device.c
@@ -181,7 +181,8 @@ cString cIptvDevice::GetInformation(unsigned int Page)
|
||||
|
||||
cString cIptvDevice::DeviceName(void) const
|
||||
{
|
||||
return "IPTV";
|
||||
debug("cIptvDevice::DeviceName(%d)\n", deviceIndex);
|
||||
return cString::sprintf("IPTV %d", deviceIndex);
|
||||
}
|
||||
|
||||
int cIptvDevice::SignalStrength(void) const
|
||||
|
||||
Reference in New Issue
Block a user