mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-31 03:27:40 +01:00
Fix Spotify Blob installation promt. Fixes #4538.
This commit is contained in:
parent
eaad4c32ee
commit
4bb3147006
@ -96,8 +96,10 @@ GstEnginePipeline::GstEnginePipeline(GstEngine* engine)
|
||||
for (int i = 0; i < kEqBandCount; ++i) eq_band_gains_ << 0;
|
||||
|
||||
// Spotify hack
|
||||
connect(InternetModel::Service<SpotifyService>()->server(), SIGNAL(SeekCompleted()),
|
||||
SLOT(SpotifySeekCompleted()));
|
||||
if (InternetModel::Service<SpotifyService>()->IsBlobInstalled()) {
|
||||
connect(InternetModel::Service<SpotifyService>()->server(), SIGNAL(SeekCompleted()),
|
||||
SLOT(SpotifySeekCompleted()));
|
||||
}
|
||||
}
|
||||
|
||||
void GstEnginePipeline::set_output_device(const QString& sink,
|
||||
|
Loading…
x
Reference in New Issue
Block a user