mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Fix bug on info pages for Shows.
Return error parameter to Datatables on exception. Return draw counter to Datatables.
This commit is contained in:
parent
76279928bd
commit
ba1dfea9eb
3 changed files with 17 additions and 4 deletions
|
@ -263,7 +263,7 @@ from plexpy import helpers
|
|||
type: 'post',
|
||||
data: function ( d ) {
|
||||
return { 'json_data': JSON.stringify( d ),
|
||||
'grandparent_rating_key': ${data['grandparent_rating_key']}
|
||||
'grandparent_rating_key': ${data['rating_key']}
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue