Files
ersatztv/ErsatzTV.Core/Domain/MediaCollectionEnumeratorState.cs
T
2021-02-08 21:13:53 -06:00

9 lines
175 B
C#

namespace ErsatzTV.Core.Domain
{
public class MediaCollectionEnumeratorState
{
public int Seed { get; set; }
public int Index { get; set; }
}
}