mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-01-16 12:41:57 +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; }
|
|
}
|
|
}
|