UI: Check selected broadcast when re-opening YT dialog

This commit is contained in:
derrod
2021-09-09 05:40:16 +02:00
parent 2535414923
commit 136ff7b8a3
3 changed files with 15 additions and 0 deletions
+5
View File
@@ -409,6 +409,11 @@ void YoutubeApiWrappers::SetBroadcastId(QString &broadcast_id)
this->broadcast_id = broadcast_id;
}
QString YoutubeApiWrappers::GetBroadcastId()
{
return this->broadcast_id;
}
bool YoutubeApiWrappers::ResetBroadcast(const QString &broadcast_id)
{
lastErrorMessage.clear();