* start to add smart collections * add smart collection table; delete smart collection * overwrite smart collections * support scheduling smart collections * update changelog
5 lines
89 B
C#
5 lines
89 B
C#
namespace ErsatzTV.Core.Search
|
|
{
|
|
public record SearchItem(string Type, int Id);
|
|
}
|