From 9576506763c20c7efbdb229483440a1fc984cf4d Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 15 Dec 2021 16:25:33 +0100 Subject: Add P2P enabled/disabled in player card --- scripts/i18n/create-custom-files.ts | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts') diff --git a/scripts/i18n/create-custom-files.ts b/scripts/i18n/create-custom-files.ts index 2a222ebce..d9328b125 100755 --- a/scripts/i18n/create-custom-files.ts +++ b/scripts/i18n/create-custom-files.ts @@ -51,6 +51,9 @@ const playerKeys = { 'Buffer Progress': 'Buffer Progress', 'Buffer State': 'Buffer State', 'Live Latency': 'Live Latency', + 'P2P': 'P2P', + 'enabled': 'enabled', + 'disabled': 'disabled', ' off': ' off', 'Player mode': 'Player mode' } -- cgit v1.2.3