From 63f3cf97dada179fc6e9e3a177504d3e7b36321c Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Mon, 26 Jan 2015 11:47:15 -0500 Subject: add option to merge metadata and IBN paths --- MediaBrowser.Controller/Library/IUserViewManager.cs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'MediaBrowser.Controller/Library/IUserViewManager.cs') diff --git a/MediaBrowser.Controller/Library/IUserViewManager.cs b/MediaBrowser.Controller/Library/IUserViewManager.cs index 727ccd00a..f55c17924 100644 --- a/MediaBrowser.Controller/Library/IUserViewManager.cs +++ b/MediaBrowser.Controller/Library/IUserViewManager.cs @@ -1,5 +1,7 @@ using MediaBrowser.Controller.Entities; using MediaBrowser.Model.Library; +using MediaBrowser.Model.Querying; +using System; using System.Collections.Generic; using System.Threading; using System.Threading.Tasks; @@ -16,5 +18,7 @@ namespace MediaBrowser.Controller.Library Task GetUserView(string type, string sortName, CancellationToken cancellationToken); Task GetUserView(string category, string type, User user, string sortName, CancellationToken cancellationToken); + + List>> GetLatestItems(LatestItemsQuery request); } } -- cgit v1.2.3