mirror of
https://github.com/rofafor/vdr-plugin-iptv.git
synced 2023-10-10 13:37:03 +02:00
Updated device name.
This commit is contained in:
parent
0b790260fa
commit
4c39d8cf72
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
|
||||
|
Loading…
Reference in New Issue
Block a user