mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-12-28 00:53:26 +01:00
9 lines
158 B
C#
9 lines
158 B
C#
using NzbDrone.Core.Messaging.Commands;
|
|
|
|
namespace NzbDrone.Core.MediaFiles.Commands
|
|
{
|
|
public class DownloadedEpisodesScanCommand : Command
|
|
{
|
|
|
|
}
|
|
} |