File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
docs-translations/id/tutorial Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -60,12 +60,12 @@ Contoh kode:
6060``` javascript
6161const {app , BrowserWindow } = require (' electron' )
6262
63- // You have to pass the filename of `widevinecdmadapter` here, it is
63+ // Anda harus melewatkan filename `widevinecdmadapter` di sini, yang disebut adalah:
6464// * `widevinecdmadapter.plugin` on macOS,
6565// * `libwidevinecdmadapter.so` on Linux,
6666// * `widevinecdmadapter.dll` on Windows.
6767app .commandLine .appendSwitch (' widevine-cdm-path' , ' /path/to/widevinecdmadapter.plugin' )
68- // The version of plugin can be got from `chrome://plugins` page in Chrome.
68+ // Versi plugin dapat didapatkan dari halaman `chrome://plugins` di Chrome.
6969app .commandLine .appendSwitch (' widevine-cdm-version' , ' 1.4.8.866' )
7070
7171let win = null
Original file line number Diff line number Diff line change @@ -53,12 +53,12 @@ Example code:
5353``` javascript
5454const {app , BrowserWindow } = require (' electron' )
5555
56- // Anda harus melewatkan filename `widevinecdmadapter` di sini, yang disebut adalah:
56+ // You have to pass the filename of `widevinecdmadapter` here, it is
5757// * `widevinecdmadapter.plugin` on macOS,
5858// * `libwidevinecdmadapter.so` on Linux,
5959// * `widevinecdmadapter.dll` on Windows.
6060app .commandLine .appendSwitch (' widevine-cdm-path' , ' /path/to/widevinecdmadapter.plugin' )
61- // Versi plugin dapat didapatkan dari halaman `chrome://plugins` di Chrome.
61+ // The version of plugin can be got from `chrome://plugins` page in Chrome.
6262app .commandLine .appendSwitch (' widevine-cdm-version' , ' 1.4.8.866' )
6363
6464let win = null
You can’t perform that action at this time.
0 commit comments