mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-03-11 14:59:46 +02:00
11 lines
220 B
C#
11 lines
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
|
|
{
|
|
}
|
|
} |