mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Override direct play subtitle decision in stream data modal
This commit is contained in:
parent
fe1d850e1c
commit
8eed162367
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue