mirror of
https://github.com/Readarr/Readarr
synced 2026-04-14 08:50:57 +02:00
8 lines
155 B
C#
8 lines
155 B
C#
using NzbDrone.Core.Messaging.Commands;
|
|
|
|
namespace NzbDrone.Core.DataAugmentation.Xem
|
|
{
|
|
public class RefreshXemCacheCommand : Command
|
|
{
|
|
}
|
|
}
|