mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Fix sync table not loading
This commit is contained in:
parent
5f52171fc4
commit
7672f1955e
1 changed files with 1 additions and 1 deletions
|
@ -381,7 +381,7 @@ class PlexTV(object):
|
|||
|
||||
if isinstance(rating_key_filter, list):
|
||||
rating_key_filter = [str(k) for k in rating_key_filter]
|
||||
else:
|
||||
elif rating_key_filter is not None:
|
||||
rating_key_filter = [str(rating_key_filter)]
|
||||
|
||||
sync_list = self.get_plextv_sync_lists(machine_id, output_format='xml')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue