[cleanup] Misc (#8598)

Authored by: bashonly, pukkandan, seproDev, Grub4K

Co-authored-by: bashonly <[email protected]>
Co-authored-by: pukkandan <[email protected]>
Co-authored-by: sepro <[email protected]>
This commit is contained in:
Simon Sawicki
2023-12-30 22:27:36 +01:00
committed by GitHub
co-authored by bashonly pukkandan sepro
parent 5f009a094f
commit f9fb3ce86e
30 changed files with 77 additions and 82 deletions
+1 -1
View File
@@ -536,7 +536,7 @@ class PanoptoListIE(PanoptoBaseIE):
}
response = self._call_api(
base_url, '/Services/Data.svc/GetSessions', f'{display_id} page {page+1}',
base_url, '/Services/Data.svc/GetSessions', f'{display_id} page {page + 1}',
data={'queryParameters': params}, fatal=False)
for result in get_first(response, 'Results', default=[]):