Frontend: Display file codec in uppercase
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
parent
bf6d9629d4
commit
ee853e9d6e
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@
|
|||
<td>
|
||||
<translate>Codec</translate>
|
||||
</td>
|
||||
<td>{{ file.Codec }}</td>
|
||||
<td>{{ file.Codec | uppercase }}</td>
|
||||
</tr>
|
||||
<tr v-if="file.Error">
|
||||
<td>
|
||||
|
|
Loading…
Reference in a new issue