mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-01-15 20:21:52 +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
|
|
{
|
|
}
|
|
} |