* start to add smart collections * add smart collection table; delete smart collection * overwrite smart collections * support scheduling smart collections * update changelog
5 lines
134 B
C#
5 lines
134 B
C#
namespace ErsatzTV.Application.MediaCollections
|
|
{
|
|
public record SmartCollectionViewModel(int Id, string Name, string Query);
|
|
}
|