Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviotordini committed Feb 26, 2021
1 parent 07669e3 commit 51b233a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/yt/ytjs/ytjschannelsource.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ void YTJSChannelSource::loadVideos(int max, int startIndex) {

QString channelName = i["author"].toString();
if (channelName != name) {
this->name = channelName;
name = channelName;
emit nameChanged(name);
}
video->setChannelTitle(channelName);
Expand Down

0 comments on commit 51b233a

Please sign in to comment.