From 9bc07c1a1ce8c82c7f0d00a78a00f9c6e6a22b1f Mon Sep 17 00:00:00 2001 From: 和風ドレッシング <37681609+CookieRamen@users.noreply.github.com> Date: Fri, 20 Dec 2019 01:54:28 +0900 Subject: Media Proxy を実装 (#5649) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Media Proxy を実装 * サンプルを追加 --- src/config/types.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/config') diff --git a/src/config/types.ts b/src/config/types.ts index e766d1f14a..2bf94af742 100644 --- a/src/config/types.ts +++ b/src/config/types.ts @@ -52,6 +52,8 @@ export type Source = { host: string; port: number; }; + + mediaProxy?: string; }; /** -- cgit v1.2.3-freya