Override direct play subtitle decision in stream data modal

This commit is contained in:
JonnyWong16 2022-12-21 17:24:41 -08:00
commit 8eed162367
No known key found for this signature in database
GPG key ID: F76A8BC283779014

View file

@ -234,7 +234,7 @@ DOCUMENTATION :: END
Subtitles
</th>
<th>
${data['stream_subtitle_decision']}
${'direct play' if data['stream_subtitle_decision'] not in ('transcode', 'copy', 'burn') else data['stream_subtitle_decision']}
</th>
</tr>
</thead>