diff options
Diffstat (limited to 'MediaBrowser.Api/EnvironmentService.cs')
| -rw-r--r-- | MediaBrowser.Api/EnvironmentService.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Api/EnvironmentService.cs b/MediaBrowser.Api/EnvironmentService.cs index 47af5d43d..c382f5df4 100644 --- a/MediaBrowser.Api/EnvironmentService.cs +++ b/MediaBrowser.Api/EnvironmentService.cs @@ -51,7 +51,7 @@ namespace MediaBrowser.Api /// Class GetDrives /// </summary> [Route("/Environment/Drives", "GET")] - [ServiceStack.ServiceHost.Api(Description = "Gets available drives from the server's file system")] + [Api(Description = "Gets available drives from the server's file system")] public class GetDrives : IReturn<List<FileSystemEntryInfo>> { } @@ -60,7 +60,7 @@ namespace MediaBrowser.Api /// Class GetNetworkComputers /// </summary> [Route("/Environment/NetworkDevices", "GET")] - [ServiceStack.ServiceHost.Api(Description = "Gets a list of devices on the network")] + [Api(Description = "Gets a list of devices on the network")] public class GetNetworkDevices : IReturn<List<FileSystemEntryInfo>> { } |
