mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 12:59:42 -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
|
Subtitles
|
||||||
</th>
|
</th>
|
||||||
<th>
|
<th>
|
||||||
${data['stream_subtitle_decision']}
|
${'direct play' if data['stream_subtitle_decision'] not in ('transcode', 'copy', 'burn') else data['stream_subtitle_decision']}
|
||||||
</th>
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue