mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-17 09:51:20 +00:00
Fix full size album art data loading
This commit is contained in:
@@ -2536,7 +2536,7 @@ public func albumArtThumbnailData(engine: TelegramEngine, thumbnail: ExternalMus
|
||||
|
||||
private func albumArtFullSizeDatas(engine: TelegramEngine, thumbnail: ExternalMusicAlbumArtResource, fullSize: ExternalMusicAlbumArtResource, autoFetchFullSize: Bool = true) -> Signal<Tuple3<Data?, Data?, Bool>, NoError> {
|
||||
return engine.resources.custom(
|
||||
id: thumbnail.id.stringRepresentation,
|
||||
id: fullSize.id.stringRepresentation,
|
||||
fetch: nil,
|
||||
attemptSynchronously: false
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user