mirror of
https://github.com/Lidarr/Lidarr
synced 2026-05-05 19:10:52 +02: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; }
|
|
}
|
|
}
|