Skip to content

Commit 021039a

Browse files
authored
date
1 parent 52b1313 commit 021039a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Extensions/fullAppDisplay.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -478,11 +478,7 @@ body.video-full-screen.video-full-screen--hide-ui {
478478
return albumDate.year.toString();
479479
}
480480

481-
const date = new Date(
482-
albumDate.year,
483-
albumDate.month - 1,
484-
albumDate.day
485-
);
481+
const date = new Date(albumDate.year, albumDate.month - 1, albumDate.day);
486482

487483
return date.toLocaleString("default", {
488484
year: "numeric",

0 commit comments

Comments
 (0)