mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-31 03:50:11 -07:00
Fix typo that broke duration sorting
Fix css bug
This commit is contained in:
parent
a4b0da02d1
commit
9ca9b5e9ae
2 changed files with 2 additions and 2 deletions
|
@ -215,7 +215,7 @@ class PlexWatch(object):
|
|||
'xml',
|
||||
'round((julianday(datetime(stopped, "unixepoch", "localtime")) - \
|
||||
julianday(datetime(time, "unixepoch", "localtime"))) * 86400) - \
|
||||
(case when paused_counter is null then 0 else paused_counter end) as duration,'
|
||||
(case when paused_counter is null then 0 else paused_counter end) as duration',
|
||||
'grandparentRatingKey as grandparent_rating_key'
|
||||
]
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue