Placeholder "-" for burn subtitle codec

This commit is contained in:
JonnyWong16 2018-10-29 20:47:02 -07:00
parent 8a9b3dc782
commit 91b84b4437

View file

@ -230,7 +230,7 @@ DOCUMENTATION :: END
<tbody>
<tr>
<td>Codec</td>
<td>${data['stream_subtitle_codec'].upper()}</td>
<td>${data['stream_subtitle_codec'].upper() or '-'}</td>
<td>${data['subtitle_codec'].upper()}</td>
</tr>
</tbody>