mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-14 17:22:56 -07:00
parent
f7fc16a1d8
commit
c6548c80b3
2 changed files with 3 additions and 2 deletions
|
@ -1099,7 +1099,7 @@ class Libraries(object):
|
|||
if row_ids and row_ids is not None:
|
||||
row_ids = list(map(helpers.cast_to_int, row_ids.split(',')))
|
||||
|
||||
# Get the user_ids corresponding to the row_ids
|
||||
# Get the section_ids corresponding to the row_ids
|
||||
result = monitor_db.select('SELECT server_id, section_id FROM library_sections '
|
||||
'WHERE id IN ({})'.format(','.join(['?'] * len(row_ids))), row_ids)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue