mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-01-04 06:38:28 +02: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; }
|
|
}
|
|
}
|