diff options
Diffstat (limited to 'MediaBrowser.Api/Library/LibraryService.cs')
| -rw-r--r-- | MediaBrowser.Api/Library/LibraryService.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MediaBrowser.Api/Library/LibraryService.cs b/MediaBrowser.Api/Library/LibraryService.cs index f6588714e..56f66bd6b 100644 --- a/MediaBrowser.Api/Library/LibraryService.cs +++ b/MediaBrowser.Api/Library/LibraryService.cs @@ -284,6 +284,11 @@ namespace MediaBrowser.Api.Library return ToOptimizedResult(result); } + public void Post(PostUpdatedSeries request) + { + + } + public object Get(GetFile request) { var item = _libraryManager.GetItemById(request.Id); |
