mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Don't cache last watched or play count
This commit is contained in:
parent
4a65dc1d6e
commit
c0f0cb0d9e
3 changed files with 53 additions and 61 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue