diff --git a/CHANGELOG.md b/CHANGELOG.md index 04c997e37..170e5faf6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Items in these libraries will have tag metadata added from folders just like local Other Video libraries - Thanks @raknam for adding this feature! +### Fixed +- Add basic cache busting to XMLTV image URLs + - This should help with clients not showing correct channel logos or posters + ### Changed - Remove some unnecessary API calls related to media server scanning and paging diff --git a/ErsatzTV.Application/Channels/Queries/GetChannelGuideHandler.cs b/ErsatzTV.Application/Channels/Queries/GetChannelGuideHandler.cs index 68bfe1566..4fbec5ceb 100644 --- a/ErsatzTV.Application/Channels/Queries/GetChannelGuideHandler.cs +++ b/ErsatzTV.Application/Channels/Queries/GetChannelGuideHandler.cs @@ -36,10 +36,12 @@ public class GetChannelGuideHandler : IRequestHandler public class PlexMediaContainerDirectoryContent { - public List Directory { get; set; } + public List Directory { get; set; } = []; } public class PlexMediaContainerMetadataContent