1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update translations

This commit is contained in:
Luke Pulverenti 2014-08-24 11:48:06 -04:00
parent f26855c918
commit bab4b299ab
13 changed files with 361 additions and 237 deletions

View file

@ -136,7 +136,8 @@
var options = {
Recursive: true,
IncludeItemTypes: "Playlist"
IncludeItemTypes: "Playlist",
SortBy: 'SortName'
};
ApiClient.getItems(Dashboard.getCurrentUserId(), options).done(function (result) {
@ -211,8 +212,7 @@
var url = ApiClient.getUrl("Playlists/" + id + "/Items", {
Ids: $('.fldSelectedItemIds', panel).val() || '',
userId: Dashboard.getCurrentUserId(),
SortBy: 'SortName'
userId: Dashboard.getCurrentUserId()
});
ApiClient.ajax({