mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update quality pickers
This commit is contained in:
parent
7d0813e2a7
commit
c42723a1f2
3 changed files with 11 additions and 7 deletions
|
@ -115,7 +115,7 @@
|
|||
};
|
||||
|
||||
if (stream.Index == currentIndex) {
|
||||
opt.ironIcon = "check";
|
||||
opt.selected = true;
|
||||
}
|
||||
|
||||
return opt;
|
||||
|
@ -166,7 +166,7 @@
|
|||
};
|
||||
|
||||
if (o.selected) {
|
||||
opt.ironIcon = "check";
|
||||
opt.selected = true;
|
||||
}
|
||||
|
||||
return opt;
|
||||
|
@ -234,7 +234,7 @@
|
|||
};
|
||||
|
||||
if (stream.Index == currentIndex) {
|
||||
opt.ironIcon = "check";
|
||||
opt.selected = true;
|
||||
}
|
||||
|
||||
return opt;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue