jellyfin / TMDbLib

C#.Net library for TheMovieDB
MIT License
344 stars 128 forks source link

GetImageBytes(...) #375

Closed WolfgangRoggen closed 3 years ago

WolfgangRoggen commented 3 years ago

Hello, You added a method public async Task<byte[]> GetImageBytes(...) (Thx for that) The Method is async so the methodname should be GetImageBytesAsync(...)

Wolfgang

LordMike commented 3 years ago

Right.