mirror of
https://github.com/Readarr/Readarr
synced 2025-12-19 14:56:04 +01: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
|
|
{
|
|
|
|
}
|
|
} |