Apply suggestion from @Stypox

Co-authored-by: Stypox <stypox@pm.me>
This commit is contained in:
Isira Seneviratne
2025-10-08 07:27:12 +05:30
committed by GitHub
parent f4084ed483
commit a84d83177e

View File

@@ -210,7 +210,7 @@ abstract class YoutubeChartsBaseKioskExtractor extends KioskExtractor<StreamInfo
// the JSON body, but YouTube charts does it only in its HTTP headers
final var instant = localDate.atStartOfDay(ZoneOffset.UTC).toInstant();
// We don't have more info than the release day
// We don't have more info than the release day, hence isApproximate=true
return new DateWrapper(instant, true);
}