From dbe48c327eb8455f2c15d0a56ace9bfc3f6785e9 Mon Sep 17 00:00:00 2001 From: Alexandru Branza Date: Tue, 30 May 2023 17:17:28 +0300 Subject: [PATCH] Lint --- src/common/externalPlayerOptions.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/common/externalPlayerOptions.js b/src/common/externalPlayerOptions.js index 8ce4b0df8..a8d8d6234 100644 --- a/src/common/externalPlayerOptions.js +++ b/src/common/externalPlayerOptions.js @@ -1,3 +1,5 @@ +// Copyright (C) 2017-2022 Smart code 203358507 + const platform = require('./platform'); let options = [{ label: 'Disabled', value: 'internal' }];