Created
November 11, 2016 21:42
-
-
Save exit99/e58f9ff28c6c0f8a340be6bae14b7fc3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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