mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-20 23:57:59 +00:00
9 lines
160 B
C#
9 lines
160 B
C#
using NzbDrone.Core.Messaging.Commands;
|
|
|
|
namespace NzbDrone.Core.DataAugmentation.Xem
|
|
{
|
|
public class UpdateXemMappingsCommand : Command
|
|
{
|
|
|
|
}
|
|
} |