Files
ersatztv/ErsatzTV.Core/Search/SearchItem.cs
T
Jason DoveandGitHub fc360602ad add smart collections (#355)
* start to add smart collections

* add smart collection table; delete smart collection

* overwrite smart collections

* support scheduling smart collections

* update changelog
2021-09-10 11:58:24 -05:00

5 lines
89 B
C#

namespace ErsatzTV.Core.Search
{
public record SearchItem(string Type, int Id);
}