mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
change IsRecording filter to IsInProgress
This commit is contained in:
parent
ccc7823449
commit
817effb7d8
3 changed files with 11 additions and 12 deletions
|
@ -68,7 +68,7 @@
|
|||
apiClient.getLiveTvRecordings({
|
||||
|
||||
userId: Dashboard.getCurrentUserId(),
|
||||
isRecording: true
|
||||
IsInProgress: true
|
||||
|
||||
}).done(function (result) {
|
||||
|
||||
|
@ -80,7 +80,7 @@
|
|||
|
||||
userId: Dashboard.getCurrentUserId(),
|
||||
limit: 12,
|
||||
isRecording: false
|
||||
IsInProgress: false
|
||||
|
||||
}).done(function (result) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue