Files
ersatztv/ErsatzTV.Application/Channels/Commands/RefreshChannelList.cs
Jason Dove 9f42333465 cache data for xmltv (#1228)
* cache channel list for xmltv

* used cached channel data for xmltv

* fixes

* update changelog
2023-04-03 23:09:54 -05:00

4 lines
114 B
C#

namespace ErsatzTV.Application.Channels;
public record RefreshChannelList : IRequest, IBackgroundServiceRequest;