Added ability to open stream in external video player via URI scheme. (#1623)

This commit is contained in:
23rd
2020-04-11 12:43:35 +03:00
committed by GitHub
parent 5afb2800c9
commit f489d23a8d
5 changed files with 51 additions and 0 deletions
+3
View File
@@ -257,6 +257,9 @@ public:
"Choose"};
QStringSetting streamlinkOpts = {"/external/streamlink/options", ""};
// Custom URI Scheme
QStringSetting customURIScheme = {"/external/urischeme"};
/// Misc
BoolSetting betaUpdates = {"/misc/beta", false};
#ifdef Q_OS_LINUX