mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update notify icon
This commit is contained in:
parent
189942e289
commit
2c580f4f73
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
function getWeek(date) {
|
||||
|
||||
var onejan = new Date(date.getFullYear(), 0, 1);
|
||||
return Math.ceil((((date - onejan) / 86400000) + onejan.getDay() + 1) / 7);
|
||||
return Math.ceil((((date - onejan) / 86400000) + onejan.getDay() + 1) / 5);
|
||||
}
|
||||
|
||||
function onPageShow() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue