mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-11 15:56:07 -07:00
Udate file sizes when refreshing media info
This commit is contained in:
parent
d128d7c8e6
commit
428a5cc0ff
1 changed files with 1 additions and 1 deletions
|
@ -382,7 +382,7 @@ class Libraries(object):
|
|||
pass
|
||||
|
||||
# If no cache was imported, get all library children items
|
||||
cached_items = {d['rating_key']: d['file_size'] for d in rows}
|
||||
cached_items = {d['rating_key']: d['file_size'] for d in rows} if not refresh else {}
|
||||
|
||||
if refresh or not rows:
|
||||
pms_connect = pmsconnect.PmsConnect()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue