mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-12 08:16:06 -07:00
Fix incorrect source=history in info page URL for active sessions on history table
This commit is contained in:
parent
aba4cbf9e4
commit
31a6c627af
1 changed files with 1 additions and 1 deletions
|
@ -762,7 +762,7 @@ function info_page(rating_key, guid, history, live) {
|
||||||
params.rating_key = rating_key;
|
params.rating_key = rating_key;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (history != null) { params.source = 'history'; }
|
if (history) { params.source = 'history'; }
|
||||||
|
|
||||||
return params;
|
return params;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue