From a05e269d01da3249df4c07c63a6e8f7de258c2cb Mon Sep 17 00:00:00 2001 From: pocketberserker Date: Tue, 28 Aug 2018 21:53:49 +0900 Subject: [PATCH] =?UTF-8?q?=E9=AB=98=E5=BA=A6=E3=81=AA=E9=9F=B3=E5=A3=B0?= =?UTF-8?q?=E8=A8=AD=E5=AE=9A=E3=81=AE=E9=9F=B3=E5=A3=B0=E9=81=85=E5=BB=B6?= =?UTF-8?q?=E3=82=920=E6=9C=AA=E6=BA=80=E3=81=AB=E3=81=97=E3=82=88?= =?UTF-8?q?=E3=81=86=E3=81=A8=E3=81=99=E3=82=8B=E3=81=A8=E3=82=A8=E3=83=A9?= =?UTF-8?q?=E3=83=BC=E3=81=AB=E3=81=AA=E3=82=8B=E5=95=8F=E9=A1=8C=E3=82=92?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/services/audio/audio.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/services/audio/audio.ts b/app/services/audio/audio.ts index e859e16aa25b..7ebf3199927e 100644 --- a/app/services/audio/audio.ts +++ b/app/services/audio/audio.ts @@ -331,7 +331,7 @@ export class AudioSource implements IAudioSourceApi { name: 'syncOffset', description: $t('audio.syncOffsetInMs'), showDescription: false, - type: 'OBS_PROPERTY_INT', + type: 'OBS_PROPERTY_UINT', visible: true, enabled: true, },