I compiled the last version with visual studio 2017 and its complainig that a catch or finally block its missing on file SpotifyPatcher.cs on line 90. I just added an empty finally block but probably it's not right since I don't know how resources are managed (and I'm not a c# developer).
I compiled the last version with visual studio 2017 and its complainig that a
catch
orfinally
block its missing on fileSpotifyPatcher.cs
on line90
. I just added an empty finally block but probably it's not right since I don't know how resources are managed (and I'm not a c# developer).