* lint

* fix some lint error

* fix window hide error when size zero

* toast error when lookup failed

* resolve #239
This commit is contained in:
an-lee
2024-02-02 14:40:11 +08:00
committed by GitHub
parent 1868e27c0f
commit e1f52e609e
20 changed files with 35 additions and 29 deletions

View File

@@ -9,7 +9,7 @@ import downloader from "@main/downloader";
import storage from "@main/storage";
import readdirp from "readdirp";
import { t } from "i18next";
import uniq from "lodash/uniq";
import uniq from "lodash/uniq";
const logger = log.scope("ffmpeg");
export default class FfmpegWrapper {