Don't cache last watched or play count

This commit is contained in:
Jonathan Wong 2016-01-16 04:10:21 -08:00
parent 4a65dc1d6e
commit c0f0cb0d9e
3 changed files with 53 additions and 61 deletions

View file

@ -281,7 +281,7 @@ $('#media_info_table').on('click', '> tbody > tr > td.expand-media-info a', func
// Initialize the detailed media info child table options using the parent table options
function childTableOptionsMedia(rowData) {
switch (rowData['section_type']) {
switch (rowData['media_type']) {
case 'show':
section_type = 'season';
break;