From cb6ebecab4c2dfcbdea79f2b8987323fa3732bf4 Mon Sep 17 00:00:00 2001 From: Ilya Laktyushin Date: Tue, 30 Nov 2021 23:42:04 +0400 Subject: [PATCH] Fix full size album art data loading --- submodules/PhotoResources/Sources/PhotoResources.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submodules/PhotoResources/Sources/PhotoResources.swift b/submodules/PhotoResources/Sources/PhotoResources.swift index 35af7162d1..4691b9c1ef 100644 --- a/submodules/PhotoResources/Sources/PhotoResources.swift +++ b/submodules/PhotoResources/Sources/PhotoResources.swift @@ -2536,7 +2536,7 @@ public func albumArtThumbnailData(engine: TelegramEngine, thumbnail: ExternalMus private func albumArtFullSizeDatas(engine: TelegramEngine, thumbnail: ExternalMusicAlbumArtResource, fullSize: ExternalMusicAlbumArtResource, autoFetchFullSize: Bool = true) -> Signal, NoError> { return engine.resources.custom( - id: thumbnail.id.stringRepresentation, + id: fullSize.id.stringRepresentation, fetch: nil, attemptSynchronously: false )