Update settings

This commit is contained in:
2023-06-23 09:51:03 +08:00
parent 3b93339fce
commit 4e9fa3632b
5 changed files with 17 additions and 2 deletions

View File

@@ -27,5 +27,6 @@
"ffmpeg_path": "The path to the ffmpeg binary: ",
"thumbnail_method": "The method used to generate thumbnail: ",
"thumbnail_method0": "ffmpeg binary",
"thumbnail_method1": "ffmpeg API"
"thumbnail_method1": "ffmpeg API",
"thumbnail_dir": "The folder used to store thumbnails: "
}

View File

@@ -27,5 +27,6 @@
"ffmpeg_path": "FFMPEG二进制的位置:",
"thumbnail_method": "生成缩略图的方式:",
"thumbnail_method0": "FFMPEG二进制",
"thumbnail_method1": "FFMPEG API"
"thumbnail_method1": "FFMPEG API",
"thumbnail_dir": "存放缩略图的文件夹:"
}