mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
Fix bug in navbar history
This commit is contained in:
parent
e3f0165626
commit
fc13986bec
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
min/custom-navbar.min.js
vendored
2
min/custom-navbar.min.js
vendored
File diff suppressed because one or more lines are too long
@ -986,7 +986,7 @@ class HistoryList extends VideoList
|
||||
{
|
||||
let parameter = [];
|
||||
let description = "";
|
||||
const page = item.page.page;
|
||||
const page = item.page ? item.page.page : 1;
|
||||
const progress = item.progress >= 0 ? item.progress / item.duration : 1;
|
||||
if (page !== 1)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user