mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-10-09 03:20:48 +00:00
Fix full size album art data loading
This commit is contained in:
parent
56f54a411a
commit
cb6ebecab4
@ -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
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user