tweak osd for narrow view
This commit is contained in:
parent
22397fb2a2
commit
17142dc6d3
4 changed files with 21 additions and 9 deletions
|
@ -442,7 +442,9 @@ import 'emby-input';
|
|||
position = (position / runtime) * 100;
|
||||
}
|
||||
|
||||
for (const range in ranges) {
|
||||
for (let i = 0, length = ranges.length; i < length; i++) {
|
||||
const range = ranges[i];
|
||||
|
||||
if (position != null) {
|
||||
if (position >= range.end) {
|
||||
continue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue