1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-01-04 06:38:28 +02:00
Sonarr/NzbDrone.Core/DataAugmentation/Xem/UpdateXemMappingsCommand.cs

9 lines
160 B
C#
Raw Normal View History

2013-09-13 01:42:01 +03:00
using NzbDrone.Core.Messaging.Commands;
2013-07-23 08:50:32 +03:00
2013-09-19 04:09:26 +03:00
namespace NzbDrone.Core.DataAugmentation.Xem
2013-07-23 08:50:32 +03:00
{
2013-09-11 09:33:47 +03:00
public class UpdateXemMappingsCommand : Command
2013-07-23 08:50:32 +03:00
{
2013-09-17 09:14:47 +03:00
2013-07-23 08:50:32 +03:00
}
}