mirror of
https://github.com/Lidarr/Lidarr
synced 2026-04-30 00:20:56 +02:00
8 lines
145 B
C#
8 lines
145 B
C#
using NzbDrone.Core.Messaging.Commands;
|
|
|
|
namespace NzbDrone.Core.Lifecycle.Commands
|
|
{
|
|
public class RestartCommand : Command
|
|
{
|
|
}
|
|
}
|