update api

This commit is contained in:
mertalev
2024-05-14 20:13:46 -04:00
parent b6808c1675
commit 4db0717a08
5 changed files with 20 additions and 1 deletions

View File

@@ -863,6 +863,7 @@ export type AssetFullSyncDto = {
};
export type SystemConfigFFmpegDto = {
accel: TranscodeHWAccel;
accelDecode: boolean;
acceptedAudioCodecs: AudioCodec[];
acceptedVideoCodecs: VideoCodec[];
bframes: number;