mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-29 08:20:32 +05:30
Merge pull request #6415 from Bnyro/master
fix: related streams published 54 years ago with local extractor
This commit is contained in:
commit
0d86adffda
@ -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…
x
Reference in New Issue
Block a user