mirror of
https://github.com/rofafor/vdr-plugin-iptv.git
synced 2023-10-10 13:37:03 +02:00
Added cIptvDevice::DeviceType() and updated HISTORY.
This commit is contained in:
parent
c475b26515
commit
4c7b2ea69b
6
HISTORY
6
HISTORY
@ -159,10 +159,12 @@ VDR Plugin 'iptv' Revision History
|
||||
- Added support for LDFLAGS.
|
||||
- Added cppcheck target into Makefile.
|
||||
|
||||
2012-xx-xx: Version 0.5.1
|
||||
2012-04-02: Version 0.5.1
|
||||
|
||||
- Updated for vdr-1.7.27.
|
||||
- Fixed some channel switching bugs.
|
||||
- Updated Makefile.
|
||||
- Silenced compilation warnings.
|
||||
- Fixed channel switching bugs.
|
||||
- Added support for a service interface.
|
||||
- Changed UDP protocol to always utilize the source address
|
||||
validation.
|
||||
|
6
device.c
6
device.c
@ -185,6 +185,12 @@ cString cIptvDevice::GetInformation(unsigned int Page)
|
||||
return info;
|
||||
}
|
||||
|
||||
cString cIptvDevice::DeviceType(void) const
|
||||
{
|
||||
debug("cIptvDevice::DeviceType(%d)\n", deviceIndex);
|
||||
return "IPTV";
|
||||
}
|
||||
|
||||
cString cIptvDevice::DeviceName(void) const
|
||||
{
|
||||
debug("cIptvDevice::DeviceName(%d)\n", deviceIndex);
|
||||
|
Loading…
Reference in New Issue
Block a user