From 51b233a3507283dc00a9c728718787bec1e702ce Mon Sep 17 00:00:00 2001 From: Flavio Tordini Date: Fri, 26 Feb 2021 10:15:41 +0100 Subject: [PATCH] cleanup --- src/yt/ytjs/ytjschannelsource.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/yt/ytjs/ytjschannelsource.cpp b/src/yt/ytjs/ytjschannelsource.cpp index 1a80ba21..a3826400 100644 --- a/src/yt/ytjs/ytjschannelsource.cpp +++ b/src/yt/ytjs/ytjschannelsource.cpp @@ -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);