mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-12 16:22:57 -07:00
Add transcode decision selection to history tables
This commit is contained in:
parent
0b1c4691dc
commit
c74b380f99
5 changed files with 167 additions and 94 deletions
|
@ -1963,7 +1963,7 @@ class WebInterface(object):
|
|||
custom_where.append(['session_history_metadata.live', '1'])
|
||||
if 'transcode_decision' in kwargs:
|
||||
transcode_decision = kwargs.get('transcode_decision', '')
|
||||
if transcode_decision:
|
||||
if transcode_decision != 'all':
|
||||
custom_where.append(['session_history_media_info.transcode_decision', transcode_decision])
|
||||
if 'guid' in kwargs:
|
||||
guid = kwargs.get('guid', '').split('?')[0]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue