fix(server): Remove log that accidently was commited in #14134 (#14261)

Remove log that accidently was commited
This commit is contained in:
Lukas
2024-11-20 12:20:54 -05:00
committed by GitHub
parent 98c9ae1f7d
commit b6937c5e03

View File

@@ -255,7 +255,7 @@ export class MediaService extends BaseService {
mainAudioStream,
format,
);
this.logger.error(format.formatName);
await this.mediaRepository.transcode(asset.originalPath, previewPath, previewOptions);
await this.mediaRepository.transcode(asset.originalPath, thumbnailPath, thumbnailOptions);