- retrieve ChannelName from 'info' and fallback via ChannelID from active channel list (reverse mechanism)

- remove exposing ChannelID (senseless as default 'info' is not containing it)
This commit is contained in:
Peter Bieringer
2021-01-24 12:11:23 +01:00
parent 91d06d15a2
commit 646fcad7d5
6 changed files with 57 additions and 60 deletions

View File

@@ -467,5 +467,5 @@ Version 1.2.10
- [pbiering] added token for channels: isUHD
Version 1.2.11
- expose to displaymenurecordings: recchannelname, recchannelid, recchannelnumber
- add fallback to get name/id from 'info' in case channel is no longer in active channel list
- expose to displaymenurecordings: recchannelname, recchannelid
- retrieve ChannelName from 'info' and fallback via ChannelID from active channel list