diff options
| author | Techywarrior <techywarrior@gmail.com> | 2013-03-31 15:45:18 -0700 |
|---|---|---|
| committer | Techywarrior <techywarrior@gmail.com> | 2013-03-31 15:45:18 -0700 |
| commit | 7b91103ec59aa5c3dcacc52c580f4b884d436c42 (patch) | |
| tree | 0ed3bb79646b6495eaa16214a71f87ac18fdf435 /MediaBrowser.Controller/Library/ILibraryManager.cs | |
| parent | b7c3bc592f4525428df1ac86d57ffb340a001dc6 (diff) | |
| parent | 9f06eb781f5992496a7b1a59fb55b0aa6520261f (diff) | |
Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
Diffstat (limited to 'MediaBrowser.Controller/Library/ILibraryManager.cs')
| -rw-r--r-- | MediaBrowser.Controller/Library/ILibraryManager.cs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/MediaBrowser.Controller/Library/ILibraryManager.cs b/MediaBrowser.Controller/Library/ILibraryManager.cs index 84a39db691..1b9d2f4b2a 100644 --- a/MediaBrowser.Controller/Library/ILibraryManager.cs +++ b/MediaBrowser.Controller/Library/ILibraryManager.cs @@ -137,14 +137,6 @@ namespace MediaBrowser.Controller.Library BaseItem GetItemById(Guid id); /// <summary> - /// Gets the item by id. - /// </summary> - /// <param name="id">The id.</param> - /// <param name="userId">The user id.</param> - /// <returns>BaseItem.</returns> - BaseItem GetItemById(Guid id, Guid userId); - - /// <summary> /// Gets the intros. /// </summary> /// <param name="item">The item.</param> |
