Skip to content

Instantly share code, notes, and snippets.

@exit99
Created November 11, 2016 21:42
Show Gist options
  • Save exit99/e58f9ff28c6c0f8a340be6bae14b7fc3 to your computer and use it in GitHub Desktop.
Save exit99/e58f9ff28c6c0f8a340be6bae14b7fc3 to your computer and use it in GitHub Desktop.
Dictionary<string, string> playlists = new Dictionary<string, string>()
{
{"pop", "PL9tY0BWXOZFt2TyOofWG0XwA8IDC8SGIN"},
{"hip hop", "PL9tY0BWXOZFv-V7FvZP-PWuE-1x2Deqqe"},
{"rock", "PL9tY0BWXOZFvrS_oXmav-as9fy3lt1i34"},
{"r&b", "PL9tY0BWXOZFupYyrDriLYu3ba9oYMUJ65"},
{"edm", "PL9tY0BWXOZFvBK4oJZylITMXRxAPJvbr8"},
{"metal", "PL9tY0BWXOZFuErwY_it1HO20Da-13FfNz"},
{"country", "PL9tY0BWXOZFtUu1HrxtZ4hv8nNLKiRseN"},
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment