Skip to content

Commit

Permalink
Improve threaded data cache access in My Subscriptions anxdpanic#1072
Browse files Browse the repository at this point in the history
  • Loading branch information
MoojMidge committed Jan 23, 2025
1 parent 80b1afb commit 26b0ca4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/lib/youtube_plugin/youtube/client/youtube.py
Original file line number Diff line number Diff line change
Expand Up @@ -2033,7 +2033,7 @@ def _get_channels(output,
'kwargs': threaded_output['channel_ids'],
'output': threaded_output,
'threads': threads,
'limit': 1,
'limit': None,
'check_inputs': threading.Event(),
'inputs_to_check': {1},
}
Expand All @@ -2042,7 +2042,7 @@ def _get_channels(output,
'kwargs': threaded_output['playlist_ids'],
'output': threaded_output,
'threads': threads,
'limit': 1,
'limit': None,
# 'check_inputs': threading.Event(),
# 'inputs_to_check': {2},
'check_inputs': False,
Expand Down

0 comments on commit 26b0ca4

Please sign in to comment.