Added ability to open stream in external video player via URI scheme. (#1623)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user