mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
added sorting for series recordings
This commit is contained in:
parent
eb07d62734
commit
c1a71bf416
6 changed files with 116 additions and 9 deletions
|
@ -52,7 +52,7 @@
|
|||
$('.recordingItems', elem).html(LibraryBrowser.getPosterViewHtml({
|
||||
|
||||
items: recordings,
|
||||
shape: "backdrop",
|
||||
shape: "square",
|
||||
showTitle: true,
|
||||
showParentTitle: true,
|
||||
overlayText: true,
|
||||
|
@ -79,7 +79,7 @@
|
|||
apiClient.getLiveTvRecordings({
|
||||
|
||||
userId: Dashboard.getCurrentUserId(),
|
||||
limit: 12,
|
||||
limit: 15,
|
||||
isRecording: false
|
||||
|
||||
}).done(function (result) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue