aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/Library
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Api/Library')
-rw-r--r--MediaBrowser.Api/Library/LibraryService.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/MediaBrowser.Api/Library/LibraryService.cs b/MediaBrowser.Api/Library/LibraryService.cs
index f6588714e0..56f66bd6b0 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);