mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
parent
eb1d724417
commit
87389320fb
1 changed files with 2 additions and 2 deletions
|
@ -112,7 +112,7 @@ class DataFactory(object):
|
|||
'secure',
|
||||
'relayed',
|
||||
'session_history.media_type',
|
||||
'(CASE WHEN session_history_metadata.live = 1 THEN "live" ELSE session_history.media_type END) \
|
||||
'(CASE WHEN session_history_metadata.live = 1 THEN \'live\' ELSE session_history.media_type END) \
|
||||
AS media_type_live',
|
||||
'session_history_metadata.rating_key',
|
||||
'session_history_metadata.parent_rating_key',
|
||||
|
@ -170,7 +170,7 @@ class DataFactory(object):
|
|||
'secure',
|
||||
'relayed',
|
||||
'media_type',
|
||||
'(CASE WHEN live = 1 THEN "live" ELSE media_type END) AS media_type_live',
|
||||
'(CASE WHEN live = 1 THEN \'live\' ELSE media_type END) AS media_type_live',
|
||||
'rating_key',
|
||||
'parent_rating_key',
|
||||
'grandparent_rating_key',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue