Skip to content

Commit a84d831

Browse files
Apply suggestion from @Stypox
Co-authored-by: Stypox <stypox@pm.me>
1 parent f4084ed commit a84d831

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extractor/src/main/java/org/schabi/newpipe/extractor/services/youtube/extractors/kiosk/YoutubeChartsBaseKioskExtractor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ public DateWrapper getUploadDate() {
210210
// the JSON body, but YouTube charts does it only in its HTTP headers
211211
final var instant = localDate.atStartOfDay(ZoneOffset.UTC).toInstant();
212212

213-
// We don't have more info than the release day
213+
// We don't have more info than the release day, hence isApproximate=true
214214
return new DateWrapper(instant, true);
215215
}
216216

0 commit comments

Comments
 (0)