mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-20 21:54:58 -04:00
9 lines
187 B
C#
9 lines
187 B
C#
namespace NzbDrone.Core.MetadataSource.SkyHook.Resource
|
|
{
|
|
public class TimeOfDayResource
|
|
{
|
|
public int Hours { get; set; }
|
|
public int Minutes { get; set; }
|
|
}
|
|
}
|