1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-21 08:51:43 +02:00
Radarr/NzbDrone.Core/Update/Commands/ApplicationUpdateCommand.cs

8 lines
145 B
C#
Raw Normal View History

2013-05-16 02:16:06 +02:00
using NzbDrone.Common.Messaging;
namespace NzbDrone.Core.Update.Commands
{
2013-05-16 02:16:21 +02:00
public class ApplicationUpdateCommand : ICommand
2013-05-16 02:16:06 +02:00
{
}
}