mirror of
https://github.com/Radarr/Radarr
synced 2025-12-12 19:32:53 +01:00
12 lines
No EOL
225 B
C#
12 lines
No EOL
225 B
C#
using System;
|
|
using NzbDrone.Common;
|
|
using NzbDrone.Core.Messaging;
|
|
using NzbDrone.Core.Messaging.Commands;
|
|
|
|
namespace NzbDrone.Core.DataAugmentation.Scene
|
|
{
|
|
public class UpdateSceneMappingCommand : Command
|
|
{
|
|
|
|
}
|
|
} |