Fix bug on info pages for Shows.

Return error parameter to Datatables on exception.
Return draw counter to Datatables.
This commit is contained in:
Tim 2015-07-18 23:27:20 +02:00
parent 76279928bd
commit ba1dfea9eb
3 changed files with 17 additions and 4 deletions

View file

@ -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']}
};
}
}