mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-07 15:34:52 +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):
|
if isinstance(photo, raw.types.Photo):
|
||||||
big = photo.sizes[-1]
|
big = photo.sizes[-1]
|
||||||
|
|
||||||
if isinstance(big, raw.types.PhotoStrippedSize):
|
if isinstance(big, (raw.types.PhotoStrippedSize, raw.types.PhotoPathSize)):
|
||||||
return None
|
return None
|
||||||
|
|
||||||
if isinstance(big, raw.types.PhotoSizeProgressive):
|
if isinstance(big, raw.types.PhotoSizeProgressive):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue