mirror of
https://github.com/Radarr/Radarr
synced 2026-04-27 14:50:50 +02:00
9 lines
203 B
C#
9 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; }
|
|
}
|
|
}
|