Fix build

This commit is contained in:
Ali
2022-02-18 20:13:19 +04:00
parent 9750f70987
commit 738dbd2b7c
3 changed files with 12 additions and 7 deletions

View File

@@ -527,7 +527,7 @@ final class WebSearchVideoGalleryItemNode: ZoomableContentGalleryItemNode {
switch fetchStatus {
case .Local:
videoNode.togglePlayPause()
case .Remote:
case .Remote, .Paused:
if self.requiresDownload {
self.fetchControls?.fetch()
} else {