mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add playback of in-progress recordings
This commit is contained in:
parent
ca36b18094
commit
2077019d9a
20 changed files with 88 additions and 395 deletions
|
@ -105,7 +105,7 @@ define(['css!./indicators.css', 'material-icons'], function () {
|
|||
}
|
||||
else if (item.TimerId) {
|
||||
|
||||
status = item.TimerStatus;
|
||||
status = item.Status;
|
||||
}
|
||||
else if (item.Type == 'Timer') {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue