mirror of
https://github.com/Sonarr/Sonarr
synced 2025-01-04 06:21:07 +00:00
9 lines
No EOL
157 B
C#
9 lines
No EOL
157 B
C#
using NzbDrone.Core.Messaging.Commands;
|
|
|
|
namespace NzbDrone.Core.DataAugmentation.Scene
|
|
{
|
|
public class UpdateSceneMappingCommand : Command
|
|
{
|
|
|
|
}
|
|
} |