mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-12-24 01:36:11 +00:00
Replace unused for index with underscore
This commit is contained in:
parent
29f9956b61
commit
0345106427
1 changed files with 1 additions and 1 deletions
|
@ -267,7 +267,7 @@ def browse(media, view_id=None, folder=None, server_id=None, api_client=None):
|
|||
|
||||
monitor = xbmc.Monitor()
|
||||
|
||||
for i in range(300):
|
||||
for _ in range(300):
|
||||
if window('jellyfin_online.bool'):
|
||||
break
|
||||
elif monitor.waitForAbort(0.1):
|
||||
|
|
Loading…
Reference in a new issue