mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 10:36:57 -07:00
Show masked top 10 users on graphs
This commit is contained in:
parent
4b8d4488d7
commit
54776e2712
2 changed files with 11 additions and 9 deletions
|
@ -271,7 +271,7 @@
|
|||
var y = dateValue.getFullYear();
|
||||
var dateString = '' + y + '-' + (m<=9 ? '0' + m : m) + '-' + (d <= 9 ? '0' + d : d);
|
||||
|
||||
var media_type = 'all';
|
||||
var media_type = null;
|
||||
var transcode_decision = null;
|
||||
switch(selectedSeries) {
|
||||
case "TV": media_type = 'episode'; break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue