mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 06:07:06 +02:00
parent
db6a9b0354
commit
e599c829e5
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ TimeId DurationForTimestampLinks(not_null<WebPageData*> webpage) {
|
|||
} else if (webpage->duration > 0) {
|
||||
return webpage->duration;
|
||||
}
|
||||
constexpr auto kMaxYouTubeTimestampDuration = 10 * 60 * TimeId(60);
|
||||
constexpr auto kMaxYouTubeTimestampDuration = 100 * 60 * TimeId(60);
|
||||
return kMaxYouTubeTimestampDuration;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue