mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-11 07:46:07 -07:00
Don't include Live TV with Movies / TV Shows history filter
This commit is contained in:
parent
8885b3e7e0
commit
43f594709d
1 changed files with 2 additions and 1 deletions
|
@ -1704,8 +1704,9 @@ class WebInterface(object):
|
|||
media_type = kwargs.get('media_type', '')
|
||||
if media_type not in ('all', 'live'):
|
||||
custom_where.append(['session_history.media_type', media_type])
|
||||
kwargs['live'] = '0'
|
||||
if media_type == 'live':
|
||||
kwargs['live'] = "1"
|
||||
kwargs['live'] = '1'
|
||||
if 'transcode_decision' in kwargs:
|
||||
transcode_decision = kwargs.get('transcode_decision', '')
|
||||
if transcode_decision:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue