mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-03 22:47:09 +08:00
fix tests
This commit is contained in:
@@ -1181,6 +1181,12 @@ export interface MetaInfo {
|
||||
video_encode?: string
|
||||
// 音频编码
|
||||
audio_encode?: string
|
||||
// 音频格式
|
||||
audio_format?: string
|
||||
// 音频位深
|
||||
bit_depth?: number
|
||||
// 音频采样率
|
||||
sample_rate?: number
|
||||
// 名称(自动中英文)
|
||||
name: string
|
||||
// SXX-SXX
|
||||
|
||||
Reference in New Issue
Block a user