mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-11 07:46:07 -07:00
Flip mask_session_info bool
This commit is contained in:
parent
c0a5a8d775
commit
545dd08535
5 changed files with 15 additions and 15 deletions
|
@ -717,7 +717,7 @@ class Libraries(object):
|
|||
}
|
||||
user_stats.append(row)
|
||||
|
||||
return session.mask_session_info(user_stats)
|
||||
return session.mask_session_info(user_stats, mask_metadata=False)
|
||||
|
||||
def get_recently_watched(self, section_id=None, limit='10'):
|
||||
if not session.allow_session_library(section_id):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue