include multiple display-name entries in xmltv (#1198)

This commit is contained in:
Jason Dove
2023-03-07 09:53:00 -06:00
committed by GitHub
parent dfc36b4581
commit e7e20de502
2 changed files with 11 additions and 2 deletions
+2
View File
@@ -13,6 +13,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Changed
- Ignore case of video and audio file extensions in local folder scanner
- For example, the scanner will now find `movie.MKV` as well as `movie.mkv` on case-sensitive filesystems
- Include multiple `display-name` entries in generated XMLTV
- Plex should now display the channel number instead of the channel id (e.g. `1.2` instead of `1.2.etv`)
## [0.7.5-beta] - 2023-03-05
### Added