File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 10211021 * concerns:
10221022 *
10231023 * - OC\Preview\Illustrator
1024+ * - OC\Preview\HEIC
10241025 * - OC\Preview\Movie
10251026 * - OC\Preview\MSOffice2003
10261027 * - OC\Preview\MSOffice2007
10381039 *
10391040 * - OC\Preview\BMP
10401041 * - OC\Preview\GIF
1041- * - OC\Preview\HEIC
10421042 * - OC\Preview\JPEG
10431043 * - OC\Preview\MarkDown
10441044 * - OC\Preview\MP3
10521052 'OC\Preview\PNG ' ,
10531053 'OC\Preview\JPEG ' ,
10541054 'OC\Preview\GIF ' ,
1055- 'OC\Preview\HEIC ' ,
10561055 'OC\Preview\BMP ' ,
10571056 'OC\Preview\XBitmap ' ,
10581057 'OC\Preview\MP3 ' ,
Original file line number Diff line number Diff line change @@ -278,14 +278,14 @@ public function isAvailable(\OCP\Files\FileInfo $file) {
278278 * - OC\Preview\JPEG
279279 * - OC\Preview\GIF
280280 * - OC\Preview\BMP
281- * - OC\Preview\HEIC
282281 * - OC\Preview\XBitmap
283282 * - OC\Preview\MarkDown
284283 * - OC\Preview\MP3
285284 * - OC\Preview\TXT
286285 *
287286 * The following providers are disabled by default due to performance or privacy concerns:
288287 * - OC\Preview\Font
288+ * - OC\Preview\HEIC
289289 * - OC\Preview\Illustrator
290290 * - OC\Preview\Movie
291291 * - OC\Preview\MSOfficeDoc
@@ -311,7 +311,6 @@ protected function getEnabledDefaultProvider() {
311311 Preview \JPEG ::class,
312312 Preview \GIF ::class,
313313 Preview \BMP ::class,
314- Preview \HEIC ::class,
315314 Preview \XBitmap::class,
316315 Preview \Krita::class,
317316 ];
You can’t perform that action at this time.
0 commit comments