Correct typo: the channel tab is LIVE, not LIVES

This commit is contained in:
2023-01-25 01:00:29 +01:00
parent 05cd243abd
commit c746d43ddf

View File

@@ -465,7 +465,7 @@ void treatChannelOrVideo(unsigned short threadId, bool isChannel, string id, str
break; break;
} }
} }
// `LIVES` // `LIVE`
pageToken = ""; pageToken = "";
string playlistId = "UU" + id.substr(2); string playlistId = "UU" + id.substr(2);
vector<string> videoIds; vector<string> videoIds;