aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Library/ILibraryManager.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-10-29 15:01:04 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-10-29 15:01:04 -0400
commit67dc2a0bf98cf02c1ff07608c0f10b4e0ead6f58 (patch)
tree85e7e364d7243320c969da8fa66f1f11c3f5e173 /MediaBrowser.Controller/Library/ILibraryManager.cs
parent76586d3a49e21e06108c6abdec155b552c2745cb (diff)
update item queries
Diffstat (limited to 'MediaBrowser.Controller/Library/ILibraryManager.cs')
-rw-r--r--MediaBrowser.Controller/Library/ILibraryManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Library/ILibraryManager.cs b/MediaBrowser.Controller/Library/ILibraryManager.cs
index c24cf9bce..9e434541a 100644
--- a/MediaBrowser.Controller/Library/ILibraryManager.cs
+++ b/MediaBrowser.Controller/Library/ILibraryManager.cs
@@ -560,6 +560,6 @@ namespace MediaBrowser.Controller.Library
/// <param name="user">The user.</param>
/// <param name="parentIds">The parent ids.</param>
/// <returns>QueryResult&lt;BaseItem&gt;.</returns>
- QueryResult<BaseItem> GetItemsResult(InternalItemsQuery query, User user, IEnumerable<string> parentIds);
+ QueryResult<BaseItem> GetItemsResult(InternalItemsQuery query, IEnumerable<string> parentIds);
}
} \ No newline at end of file