mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-07-27 15:46:13 -04:00
Update copyrights/names
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/******************************************************************************
|
||||
Copyright (C) 2013-2015 by Hugh Bailey <obs.jim@gmail.com>
|
||||
Zachary Lund <admin@computerquip.com>
|
||||
Philippe Groarke <philippe.groarke@gmail.com>
|
||||
Copyright (C) 2023 by Lain Bailey <lain@obsproject.com>
|
||||
Zachary Lund <admin@computerquip.com>
|
||||
Philippe Groarke <philippe.groarke@gmail.com>
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
@@ -6725,7 +6725,7 @@ void OBSBasic::YoutubeStreamCheck(const std::string &key)
|
||||
YoutubeApiWrappers *apiYouTube(
|
||||
dynamic_cast<YoutubeApiWrappers *>(GetAuth()));
|
||||
if (!apiYouTube) {
|
||||
/* technically we should never get here -Jim */
|
||||
/* technically we should never get here -Lain */
|
||||
QMetaObject::invokeMethod(this, "ForceStopStreaming",
|
||||
Qt::QueuedConnection);
|
||||
youtubeStreamCheckThread->deleteLater();
|
||||
|
||||
Reference in New Issue
Block a user