1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-26 22:46:53 -04:00
Files
Radarr/NzbDrone.Core/Providers/UpdateXemMappingsCommand.cs
T
2013-09-16 23:14:47 -07:00

9 lines
149 B
C#

using NzbDrone.Core.Messaging.Commands;
namespace NzbDrone.Core.Providers
{
public class UpdateXemMappingsCommand : Command
{
}
}