Files
ersatztv/ErsatzTV.Application/Libraries/Queries/GetExternalCollections.cs
T
Jason DoveandGitHub 78745de0ca rework emby collection scanning (#1205)
* optimize emby collection scan frequency

* add button to sync emby collections

* update changelog

* fix scanning; add progress indicator
2023-03-11 22:29:10 -06:00

4 lines
116 B
C#

namespace ErsatzTV.Application.Libraries;
public record GetExternalCollections : IRequest<List<LibraryViewModel>>;