Simple streamlink support (#97)

* Simple streamlink support

Relies on settings entry & loads best available quality by default.
This commit is contained in:
Confuseh
2017-08-12 13:44:27 +01:00
committed by pajlada
parent 63f85e9bee
commit a6573e83e0
7 changed files with 39 additions and 1 deletions
+2
View File
@@ -43,6 +43,8 @@ public:
pajlada::Settings::Setting<bool> showTimestampSeconds;
pajlada::Settings::Setting<bool> showBadges;
pajlada::Settings::Setting<std::string> streamlinkPath;
// Settings
Setting<QString> selectedUser;
Setting<float> emoteScale;