mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-19 21:46:50 -04:00
8 lines
186 B
C#
8 lines
186 B
C#
namespace NzbDrone.Core.MetadataSource.SkyHook.Resource
|
|
{
|
|
public class TimeOfDayResource
|
|
{
|
|
public int Hours { get; set; }
|
|
public int Minutes { get; set; }
|
|
}
|
|
} |