mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-03-25 06:21:23 +08:00
Merge pull request #3228 from YemaPT/fix-yemapt-taglist-none
This commit is contained in:
@@ -105,7 +105,7 @@ class YemaSpider:
|
||||
category = MediaType.UNKNOWN.value
|
||||
pass
|
||||
|
||||
torrentLabelIds = result.get('tagList')
|
||||
torrentLabelIds = result.get('tagList', []) or []
|
||||
torrentLabels = []
|
||||
for labelId in torrentLabelIds:
|
||||
if self._labels.get(labelId) is not None:
|
||||
|
||||
Reference in New Issue
Block a user