1
0
Fork 0
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:
Luke Pulverenti 2014-01-15 10:18:31 -05:00
parent ccc7823449
commit 817effb7d8
3 changed files with 11 additions and 12 deletions

View file

@ -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) {