mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-01 05:44:43 +08:00
UI: Check selected broadcast when re-opening YT dialog
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user