TheM4hd1 / SwiftyInsta

Instagram Private API Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`reelsMedia` should return `[String: TrayElement]`

sbertix opened this issue · comments

I've realised where the issue is 😞.
reelsMedia was never supposed to "return" [String: Tray], but always [String: TrayElement]. That's why properties aren't matching. I'm pushing a PR asap.

Originally posted by @sbertix in #152 (comment)

Done @bariscck 😊
PR sent.

@sbertix thanks for the fix, it works fine 😊