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

Fixed EXT protocol execution (Thanks to Peter Holik).

Changed scripts to use bash instead of sh.
This commit is contained in:
Rolf Ahrenberg
2010-10-25 14:43:38 +03:00
parent fd06641449
commit a6d4e850fc
9 changed files with 17 additions and 11 deletions

View File

@@ -142,7 +142,7 @@ VDR Plugin 'iptv' Revision History
- Updated for vdr-1.7.15.
2010-09-19: Version 0.4.3
2010-xx-xx: Version 0.4.3
- Updated for vdr-1.7.16.
- Renamed Sid scanner to section id scanner and added
@@ -152,3 +152,5 @@ VDR Plugin 'iptv' Revision History
- Changed ProvidesChannel() to set the need of detaching
receivers due to VDR's channel selection mechanism.
- Enabled partial content responses for HTTP protocol.
- Fixed EXT protocol execution (Thanks to Peter Holik).
- Changed scripts to use bash instead of sh.