mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-06-21 03:52:07 -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:
parent
1304ac7336
commit
1c0734d1cb
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user