mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
[WIP] Dynamic video streaming
This commit is contained in:
parent
7cbb5c784d
commit
923587b0da
141 changed files with 3365 additions and 1995 deletions
|
|
@ -330,7 +330,7 @@ public func mediaContentKind(_ media: EngineMedia, message: EngineMessage? = nil
|
|||
return .file(performer)
|
||||
}
|
||||
}
|
||||
case let .Video(_, _, flags, _, _):
|
||||
case let .Video(_, _, flags, _, _, _):
|
||||
if file.isAnimated {
|
||||
result = .animation
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue