diff options
| author | Michalis Adamidis <gsnerf@gsnerf.de> | 2014-08-06 01:29:56 +0200 |
|---|---|---|
| committer | Michalis Adamidis <gsnerf@gsnerf.de> | 2014-08-06 01:29:56 +0200 |
| commit | 7994f0dcd9082cc657e07dbff6ecc4e638f1f527 (patch) | |
| tree | a62175934f5c563c2fcb37ecccd8b014189a35c9 /MediaBrowser.Api/Library/LibraryService.cs | |
| parent | a118169a3ccf3361a5920794c7762dfcff1babd2 (diff) | |
| parent | 7e25c857a551ce06025b3b85996aef7ed3c6571e (diff) | |
Merge remote-tracking branch 'official/master'
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); |
