JustYuuto / deezer-discord-rpc

A Discord RPC for Deezer
Mozilla Public License 2.0
48 stars 9 forks source link

Fix startup on macOS #9

Closed ErwanGit closed 1 year ago

ErwanGit commented 1 year ago

The "Wi-FI", "Ethernet" and "en1" interfaces don't exist on macOS, at least not on my side on macOS Ventura 13.4.1.

image

This returns an error every time the application is started.

image

This PR corrects this problem by also supporting "en0", which returns the local IP of the computer on the local network.

JustYuuto commented 1 year ago

Thank you!