GstEnginePipeline: Always set initial volume

This commit is contained in:
Jonas Kvinge
2023-04-07 02:30:38 +02:00
parent 2584f1293e
commit b59aa0827e
2 changed files with 11 additions and 1 deletions

View File

@@ -277,6 +277,7 @@ class GstEnginePipeline : public QObject {
// Complete the transition to the next song when it starts playing
bool next_uri_set_;
bool volume_set_;
gdouble volume_internal_;
uint volume_percent_;