mirror of
https://github.com/blacktwin/JBOPS.git
synced 2025-12-11 19:37:18 +00:00
ensure library media info is refreshed with latest data
This commit is contained in:
parent
c52df7c5ee
commit
1d2c3cd636
@ -97,7 +97,8 @@ def get_library_media_info(section_id):
|
||||
payload = {'apikey': TAUTULLI_APIKEY,
|
||||
'section_id': section_id,
|
||||
'cmd': 'get_library_media_info',
|
||||
'length': 10000}
|
||||
'length': 10000,
|
||||
'refresh': True}
|
||||
|
||||
try:
|
||||
r = requests.get(TAUTULLI_URL.rstrip('/') + '/api/v2', params=payload)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user