diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-06-26 13:04:11 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-06-26 13:04:11 -0400 |
| commit | a49e513bc2e772905da1a2c3a7e56ce96abb8a11 (patch) | |
| tree | 4cd6d543935bc4b4276b935d2f2cd3f36dc141f9 /MediaBrowser.Api/Library/LibraryService.cs | |
| parent | 4cbaecf2c4180963ce04ed4079ca58eaeaa40143 (diff) | |
get more exact hls segment times
Diffstat (limited to 'MediaBrowser.Api/Library/LibraryService.cs')
| -rw-r--r-- | MediaBrowser.Api/Library/LibraryService.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Api/Library/LibraryService.cs b/MediaBrowser.Api/Library/LibraryService.cs index 802df5cca..e1494700c 100644 --- a/MediaBrowser.Api/Library/LibraryService.cs +++ b/MediaBrowser.Api/Library/LibraryService.cs @@ -213,6 +213,7 @@ namespace MediaBrowser.Api.Library } + [Route("/Library/Series/Added", "POST")] [Route("/Library/Series/Updated", "POST")] [Api(Description = "Reports that new episodes of a series have been added by an external source")] public class PostUpdatedSeries : IReturnVoid |
