update translations

This commit is contained in:
Luke Pulverenti
2017-10-13 01:43:11 -04:00
parent 6623fe10ee
commit 66ad10348f
6 changed files with 63 additions and 61 deletions

View File

@@ -13,9 +13,9 @@ namespace MediaBrowser.Controller.Library
{
Task<Folder[]> GetUserViews(UserViewQuery query, CancellationToken cancellationToken);
UserView GetUserSubView(string name, string parentId, string type, string sortName, CancellationToken cancellationToken);
UserView GetUserSubViewWithName(string name, string parentId, string type, string sortName, CancellationToken cancellationToken);
UserView GetUserSubView(string category, string type, string sortName, CancellationToken cancellationToken);
UserView GetUserSubView(string category, string type, string localizationKey, string sortName, CancellationToken cancellationToken);
List<Tuple<BaseItem, List<BaseItem>>> GetLatestItems(LatestItemsQuery request, DtoOptions options);
}