Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Hartung committed Dec 27, 2020
1 parent c1e1f91 commit 07c2099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<td>{{ stream.origin.address }}</td>
<td>{{ stream.mcast }}</td>
<td>{{ stream.codec }}</td>
<td>{{ stream.samplerate }}Hz</td>
<td><span v-if="stream.isSupported">{{ stream.samplerate }}Hz</span></td>
<td>{{ stream.channels }}</td>
<td>
<select class="form-control form-control-sm" :disabled="!stream.isSupported || audio == stream.id" v-model="selected[stream.id]">
Expand Down

0 comments on commit 07c2099

Please sign in to comment.