jensenkd / plex-api

.NET Core SDK for Plex Media Server
MIT License
86 stars 27 forks source link

Include ipv6 addresses in resource connections #74

Closed fxsth closed 2 years ago

fxsth commented 2 years ago

While trying to access my servers with plex-api, I wondered why I couldn't reach all. So I compared the api call with the request in browser when opening https://app.plex.tv/desktop/#!/ and found the difference: Query parameter &includeIpv6=1 is missing, so it won't return ipv6 addresses. I added it to GetResourcesAsync().

jensenkd commented 2 years ago

Thanks @fxsth. It looks good. Nuget publishing