]> git.sur5r.net Git - minitube/blobdiff - src/yt/searchvideosource.cpp
Update upstream source from tag 'upstream/3.8.1'
[minitube] / src / yt / searchvideosource.cpp
index bec7d0a9b5deb415fe99e9977aee653a52da3846..ebf47c0a1d02aeaee539ed86672c23c08e27f879 100644 (file)
@@ -64,6 +64,7 @@ int SearchVideoSource::maxResults() {
 }
 
 void SearchVideoSource::connectSource(int max, int startIndex) {
+    connect(source, &VideoSource::nameChanged, this, &VideoSource::nameChanged);
     connect(source, &VideoSource::finished, this, &VideoSource::finished);
     connect(source, &VideoSource::gotVideos, this, [this](auto &videos) {
         if (aborted) return;