mirror of
https://github.com/Radarr/Radarr
synced 2026-01-13 19:13:09 +01:00
8 lines
No EOL
152 B
C#
8 lines
No EOL
152 B
C#
using NzbDrone.Core.Messaging.Commands;
|
|
|
|
namespace NzbDrone.Core.MediaFiles.Commands
|
|
{
|
|
public class CleanUpRecycleBinCommand : Command
|
|
{
|
|
}
|
|
} |