mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-05 02:22:31 +01:00
10 lines
203 B
C#
10 lines
203 B
C#
namespace NzbDrone.Core.Model.Xem
|
|
{
|
|
public class XemValues
|
|
{
|
|
public int Season { get; set; }
|
|
public int Episode { get; set; }
|
|
public int Absolute { get; set; }
|
|
}
|
|
}
|