mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update accessschedule Suggested change
This commit is contained in:
parent
461a91890d
commit
a971c33b1e
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ define(["dialogHelper", "datetime", "emby-select", "paper-icon-button-light", "f
|
||||||
minutes = parseInt(60 * pct);
|
minutes = parseInt(60 * pct);
|
||||||
}
|
}
|
||||||
|
|
||||||
return datetime.getDisplayTime(new Date(2e3, 1, 1, hours, minutes, 0, 0));
|
return datetime.getDisplayTime(new Date(2000, 1, 1, hours, minutes, 0, 0));
|
||||||
}
|
}
|
||||||
|
|
||||||
function populateHours(context) {
|
function populateHours(context) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue