1
0
mirror of https://github.com/rofafor/vdr-plugin-iptv.git synced 2023-10-10 11:37:03 +00:00

Added support for cDevice::GetCurrentlyTunedTransponder().

This commit is contained in:
Rolf Ahrenberg
2014-01-10 23:59:26 +02:00
parent 6f648401a4
commit 767b1bdac7
3 changed files with 15 additions and 8 deletions

View File

@@ -217,5 +217,6 @@ VDR Plugin 'iptv' Revision History
- Added missing CURL timeouts.
- Improved section id scanner.
- Added support for cDevice::IsTunedToTransponder().
- Added support for cDevice::IsTunedToTransponder() and
cDevice::GetCurrentlyTunedTransponder().
- Fixed a memory leak and some issues reported by scan-build.