mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-11 15:56:07 -07:00
Fix library refresh when missing library
This commit is contained in:
parent
ac8a712ff0
commit
8dbb05931e
1 changed files with 1 additions and 1 deletions
|
@ -744,7 +744,7 @@ class Libraries(object):
|
|||
logger.warn(u"Tautulli Libraries :: Unable to retrieve library %s from database. Requesting library list refresh."
|
||||
% section_id)
|
||||
# Let's first refresh the libraries list to make sure the library isn't newly added and not in the db yet
|
||||
pmsconnect.refresh_libraries()
|
||||
refresh_libraries()
|
||||
|
||||
library_details = get_library_details(section_id=section_id)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue