Display subtitle forced in stream data modal

This commit is contained in:
JonnyWong16 2022-12-21 17:02:10 -08:00
parent 5a9ace0b19
commit bcb9a9d6c6
No known key found for this signature in database
GPG key ID: F76A8BC283779014
2 changed files with 16 additions and 4 deletions

View file

@ -245,6 +245,13 @@ DOCUMENTATION :: END
<td>${data['stream_subtitle_codec'].upper() or '-'}</td>
<td>${data['subtitle_codec'].upper()}</td>
</tr>
% if data['subtitle_forced']:
<tr>
<td>Forced</td>
<td>-</td>
<td>${bool(data['subtitle_forced'])}</td>
</tr>
% endif
% if data['subtitle_language'] != '':
<tr>
<td>Language</td>