mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-10 06:54:21 +00:00
fixed arms bug
This commit is contained in:
parent
0adacc625f
commit
e3f6a8fa24
1 changed files with 2 additions and 0 deletions
|
@ -68,6 +68,8 @@ class Convert:
|
|||
if len(unconverted_ids) == 100:
|
||||
unconverted_id_sets.append(unconverted_ids)
|
||||
unconverted_ids = []
|
||||
if len(unconverted_ids) > 0:
|
||||
unconverted_id_sets.append(unconverted_ids)
|
||||
for unconverted_id_set in unconverted_id_sets:
|
||||
for anime_ids in self._request(unconverted_id_set):
|
||||
if anime_ids:
|
||||
|
|
Loading…
Reference in a new issue