mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Replaced built-in valuetypes with language keywords.
This commit is contained in:
@@ -28,7 +28,7 @@ namespace NzbDrone.Core.Messaging.Commands
|
||||
}
|
||||
}
|
||||
|
||||
public String Name { get; private set; }
|
||||
public string Name { get; private set; }
|
||||
public DateTime? LastExecutionTime { get; set; }
|
||||
public CommandTrigger Trigger { get; set; }
|
||||
|
||||
|
Reference in New Issue
Block a user