Filter round videos

This commit is contained in:
Ali 2022-03-08 23:52:25 +04:00
parent d3d1c55600
commit 70b479b304

View File

@ -597,6 +597,9 @@ private func filterDownloadStatsEntry(entry: FetchManagerLocationEntry) -> Bool
return false
}
}
if file.isInstantVideo {
return false
}
if file.isSticker {
return false
}