From fafb313f7de996b937015ec7cdf18888c84e84b7 Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Fri, 8 Feb 2019 14:30:22 -0500 Subject: [PATCH] Devices --- app/index.html | 1 + app/lib/ui/devices.js | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/app/index.html b/app/index.html index 284944e..87da465 100644 --- a/app/index.html +++ b/app/index.html @@ -259,6 +259,7 @@ +
diff --git a/app/lib/ui/devices.js b/app/lib/ui/devices.js index db7d38a..bc14195 100644 --- a/app/lib/ui/devices.js +++ b/app/lib/ui/devices.js @@ -110,7 +110,11 @@ devices.digitalSelect = function () { properties: [ 'openFile', 'openDirectory' - ] + ], + filters: [ + { name: 'Movies', extensions: ['mkv', 'avi', 'mp4', 'mpeg', 'mov'] }, + { name: 'All Files', extensions: ['*'] } + ] }); }