diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-08-24 23:54:45 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-08-24 23:54:45 -0400 |
| commit | 84062573496db136fb011c598fee7b3de129e070 (patch) | |
| tree | d64cedffd7329b085847e9e0dfd894c3429cb6d5 /MediaBrowser.Api/System/SystemService.cs | |
| parent | d92936187d2e0a4391dbca6ea182bdb180c3dece (diff) | |
update translations
Diffstat (limited to 'MediaBrowser.Api/System/SystemService.cs')
| -rw-r--r-- | MediaBrowser.Api/System/SystemService.cs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/MediaBrowser.Api/System/SystemService.cs b/MediaBrowser.Api/System/SystemService.cs index cb9d019566..cae648ae06 100644 --- a/MediaBrowser.Api/System/SystemService.cs +++ b/MediaBrowser.Api/System/SystemService.cs @@ -38,8 +38,10 @@ namespace MediaBrowser.Api.System { } + /// <summary> + /// This is currently not authenticated because the uninstaller needs to be able to shutdown the server. + /// </summary> [Route("/System/Shutdown", "POST", Summary = "Shuts down the application")] - [Authenticated] public class ShutdownApplication { } |
