Added most common genre to all tracks (closes #34)

Resolved issue of there being multiple artists on a track and "manually
created" an undefined genre for artists that don't have a genre.
This commit is contained in:
2018-06-27 02:06:17 -04:00
parent 85c178f2b3
commit 0c0520af8c
3 changed files with 45 additions and 38 deletions

View File

@@ -17,10 +17,5 @@
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="#">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<p>Logged in as {{ id }}</p>
<script src="{% static "spotifyvis/scripts/user_data.js" %}"></script>
<script>
sessionStorage.setItem('user_secret', "{{ user_secret }}");
getAudioFeatureData('instrumentalness', sessionStorage.getItem('user_secret'));
</script>
</body>
</html>