mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Various Fixes
This commit is contained in:
@@ -44,7 +44,7 @@ private final class VideoStickerFrameSourceCache {
|
||||
self.width = width
|
||||
self.height = height
|
||||
|
||||
let version: Int = 1
|
||||
let version: Int = 2
|
||||
self.path = "\(pathPrefix)_\(width)x\(height)-v\(version).vstickerframecache"
|
||||
var file = ManagedFile(queue: queue, path: self.path, mode: .readwrite)
|
||||
if let file = file {
|
||||
|
||||
Reference in New Issue
Block a user