* optimize emby collection scan frequency * add button to sync emby collections * update changelog * fix scanning; add progress indicator
4 lines
116 B
C#
4 lines
116 B
C#
namespace ErsatzTV.Application.Libraries;
|
|
|
|
public record GetExternalCollections : IRequest<List<LibraryViewModel>>;
|