mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-10 15:32:38 -07:00
Fix media info table sorting
This commit is contained in:
parent
304378f93b
commit
3c81100957
2 changed files with 4 additions and 4 deletions
|
@ -674,7 +674,7 @@ class WebInterface(object):
|
|||
if not kwargs.get('json_data'):
|
||||
# Alias 'title' to 'sort_title'
|
||||
if kwargs.get('order_column') == 'title':
|
||||
kwargs['order_column'] == 'sort_title'
|
||||
kwargs['order_column'] = 'sort_title'
|
||||
|
||||
# TODO: Find some one way to automatically get the columns
|
||||
dt_columns = [("added_at", True, False),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue