|
@@ -294,18 +294,9 @@ extension NCPlayer: VLCMediaThumbnailerDelegate {
|
|
|
|
|
|
do {
|
|
|
image = UIImage(cgImage: thumbnail)
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
if let data = image?.jpegData(compressionQuality: 0.5) {
|
|
|
try data.write(to: URL(fileURLWithPath: fileNamePreviewLocalPath), options: .atomic)
|
|
|
}
|
|
|
-
|
|
|
if let data = image?.jpegData(compressionQuality: 0.5) {
|
|
|
try data.write(to: URL(fileURLWithPath: fileNameIconLocalPath), options: .atomic)
|
|
|
}
|