Commit 2974cfed authored by jake.ejraee's avatar jake.ejraee

Fixed minor bug

parent fa7ba703
......@@ -74,7 +74,7 @@ public class playlistView extends AppCompatActivity {
vibeTag = chill;
} else if(vibe.equalsIgnoreCase("energetic")) {
vibeTag = energetic;
} else if(vibe.equalsIgnoreCase("relaxed")) {
} else if(vibe.equalsIgnoreCase("relaxing")) {
vibeTag = calming;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment