mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-13 13:50:30 +05:30
fix: related streams published 54 years ago with local extractor
This commit is contained in:
parent
204a48294b
commit
747899a898
@ -69,7 +69,7 @@ object StreamsExtractor {
|
||||
it.duration,
|
||||
it.viewCount,
|
||||
it.isUploaderVerified,
|
||||
it.uploadDate?.offsetDateTime()?.toEpochSecond() ?: 0L,
|
||||
it.uploadDate?.offsetDateTime()?.toEpochSecond()?.times(1000) ?: 0L,
|
||||
it.shortDescription,
|
||||
it.isShortFormContent,
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user