mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-06 05:01:14 -07:00
refresh of library media stats for libraries page
This commit is contained in:
parent
31f5dcd9da
commit
b447c37774
1 changed files with 2 additions and 0 deletions
|
@ -93,6 +93,8 @@ def refresh_libraries():
|
|||
if result == 'insert':
|
||||
new_keys.append(section['section_id'])
|
||||
|
||||
get_library_media_stats(section_id=section['section_id'], refresh=True)
|
||||
|
||||
add_live_tv_library(refresh=True)
|
||||
|
||||
query = "UPDATE library_sections SET is_active = 0 WHERE server_id != ? OR " \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue