mirror of
https://github.com/Radarr/Radarr
synced 2025-03-01 09:26:12 +00:00
11 lines
No EOL
220 B
C#
11 lines
No EOL
220 B
C#
using System;
|
|
using NzbDrone.Common;
|
|
using NzbDrone.Core.Messaging;
|
|
using NzbDrone.Core.Messaging.Commands;
|
|
|
|
namespace NzbDrone.Core.MediaFiles.Commands
|
|
{
|
|
public class CleanUpRecycleBinCommand : Command
|
|
{
|
|
}
|
|
} |