diff --git a/.idea/.idea.EscapeFromSpotify/.idea/riderPublish.xml b/.idea/.idea.EscapeFromSpotify/.idea/riderPublish.xml
new file mode 100644
index 0000000..4edc074
--- /dev/null
+++ b/.idea/.idea.EscapeFromSpotify/.idea/riderPublish.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/.idea.EscapeFromSpotify/.idea/vcs.xml b/.idea/.idea.EscapeFromSpotify/.idea/vcs.xml
new file mode 100644
index 0000000..94a25f7
--- /dev/null
+++ b/.idea/.idea.EscapeFromSpotify/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/EscapeFromSpotify/Program.cs b/EscapeFromSpotify/Program.cs
index aff3480..d81bfc3 100644
--- a/EscapeFromSpotify/Program.cs
+++ b/EscapeFromSpotify/Program.cs
@@ -1,5 +1,9 @@
-using System.Diagnostics;
+using System;
+using System.Diagnostics;
using System.Drawing;
+using System.Linq;
+using System.Threading;
+using System.Threading.Tasks;
using Windows.Media.Control;
using PInvoke;