mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-24 13:08:44 +00:00
Fix build
This commit is contained in:
@@ -1767,7 +1767,7 @@ private extension MediaScrubberComponent.Track {
|
||||
}
|
||||
|
||||
var isTimeline: Bool {
|
||||
if case let .audio(_, _, _, _, isTimeline) = self {
|
||||
if case let .audio(_, _, _, _, isTimeline) = self.content {
|
||||
return isTimeline
|
||||
} else {
|
||||
return false
|
||||
|
||||
Reference in New Issue
Block a user