1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-01-31 03:27:40 +01:00

Merge branch 'master' of github.com:clementine-player/Clementine

This commit is contained in:
Arnaud Bienner 2014-09-22 22:43:15 +02:00
commit e77c520ddd

View File

@ -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,