mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update tv recording page
This commit is contained in:
parent
fb64641b57
commit
72b7920f68
9 changed files with 56 additions and 34 deletions
|
@ -2051,6 +2051,18 @@
|
|||
miscInfo.push(item.OfficialRating);
|
||||
}
|
||||
|
||||
if (item.Type == "Recording") {
|
||||
|
||||
if (item.IsHD) {
|
||||
miscInfo.push("HD");
|
||||
}
|
||||
|
||||
if (item.IsRepeat) {
|
||||
miscInfo.push("Repeat");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
if (item.Video3DFormat) {
|
||||
miscInfo.push("3D");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue