mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-14 13:18:36 -05:00
Add media_playlist_source_codeyan to supported media source types
Source at: https://github.com/CodeYan01/media-playlist-source/
This commit is contained in:
@@ -845,7 +845,8 @@ QStringList GetMediaSourceNames()
|
||||
std::string sourceId = obs_source_get_id(source);
|
||||
if (sourceId.compare("ffmpeg_source") == 0 ||
|
||||
sourceId.compare("vlc_source") == 0 ||
|
||||
sourceId.compare("slideshow") == 0) {
|
||||
sourceId.compare("slideshow") == 0 ||
|
||||
sourceId.compare("media_playlist_source_codeyan") == 0) {
|
||||
*list << obs_source_get_name(source);
|
||||
}
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user