mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
Ignore PhotoPathSize for now
This commit is contained in:
parent
5cbe03e89e
commit
a30e49fe79
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ class Photo(Object):
|
|||
if isinstance(photo, raw.types.Photo):
|
||||
big = photo.sizes[-1]
|
||||
|
||||
if isinstance(big, raw.types.PhotoStrippedSize):
|
||||
if isinstance(big, (raw.types.PhotoStrippedSize, raw.types.PhotoPathSize)):
|
||||
return None
|
||||
|
||||
if isinstance(big, raw.types.PhotoSizeProgressive):
|
||||
|
|
|
|||
Loading…
Reference in a new issue