mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-07 05:31:15 -07:00
Fix direct stream filter on history tables
This commit is contained in:
parent
1615a73da9
commit
b32b1bae7c
4 changed files with 4 additions and 4 deletions
|
@ -192,7 +192,7 @@ DOCUMENTATION :: END
|
|||
<input type="radio" name="transcode_decision-filter" id="history-transcode_decision-direct_play" value="direct play" autocomplete="off"> Direct Play
|
||||
</label>
|
||||
<label class="btn btn-dark">
|
||||
<input type="radio" name="transcode_decision-filter" id="history-transcode_decision-direct_stream" value="direct stream" autocomplete="off"> Direct Stream
|
||||
<input type="radio" name="transcode_decision-filter" id="history-transcode_decision-direct_stream" value="copy" autocomplete="off"> Direct Stream
|
||||
</label>
|
||||
<label class="btn btn-dark">
|
||||
<input type="radio" name="transcode_decision-filter" id="history-transcode_decision-transcode" value="transcode" autocomplete="off"> Transcode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue