mirror of
https://github.com/Readarr/Readarr
synced 2026-01-13 11:03:45 +01:00
9 lines
220 B
C#
9 lines
220 B
C#
namespace NzbDrone.Core.DataAugmentation.Xem.Model
|
|
{
|
|
public class XemValues
|
|
{
|
|
public int Season { get; set; }
|
|
public int Episode { get; set; }
|
|
public int Absolute { get; set; }
|
|
}
|
|
}
|