Skip to content

Commit

Permalink
Fix switch case directShow control
Browse files Browse the repository at this point in the history
  • Loading branch information
Paradoxu committed May 13, 2022
1 parent 73b27c0 commit 4b09243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ffi/lib/src/internal/ffi.dart
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ final ReceivePort receiver = new ReceivePort()
medias.add(Media.network(Uri.parse(event[5][index])));
break;
}
case 'MediaType.directShow':
case 'MediaType.direct_show':
{
medias.add(Media.directShow(rawUrl: event[5][index]));
break;
Expand Down

0 comments on commit 4b09243

Please sign in to comment.