Don't show data streams in media info
This commit is contained in:
@@ -476,6 +476,10 @@
|
||||
|
||||
var stream = item.MediaStreams[i];
|
||||
|
||||
if (stream.Type == "Data") {
|
||||
continue;
|
||||
}
|
||||
|
||||
if (stream.Type == "Video") {
|
||||
hasVideo = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user