0.2.0 - Mid migration

This commit is contained in:
Daniel Mason 2022-04-25 14:47:15 +12:00
parent 139e6a915e
commit 7e38fdbd7d
42393 changed files with 5358157 additions and 62 deletions

View file

@ -371,8 +371,7 @@
</ul>
<ul class="toc-footer">
<li><a href='https://goscrobble.com'>GoScrobble website</a></li>
<li><a href='https://gitlab.com/goscrobble/goscrobble-api'>Backend Repository</a></li>
<li><a href='https://gitlab.com/goscrobble/goscrobble-web'>Frontend Repository</a></li>
<li><a href='https://gitlab.com/idanoo/goscrobble'>Repository</a></li>
</ul>
</div>
<div class="page-wrapper">

View file

@ -6,8 +6,7 @@ language_tabs: # must be one of https://git.io/vQNgJ
toc_footers:
- <a href='https://goscrobble.com'>GoScrobble website</a>
- <a href='https://gitlab.com/goscrobble/goscrobble-api'>Backend Repository</a>
- <a href='https://gitlab.com/goscrobble/goscrobble-web'>Frontend Repository</a>
- <a href='https://gitlab.com/idanoo/goscrobble'>Repository</a>
includes:
- introduction

View file

@ -1,3 +1,6 @@
# 0.2.0
- Restructure back to single repo because it's a lot easier to handle
# 0.1.8
- Add list of tracks on artist/album pages

View file

@ -13,7 +13,6 @@ This is by no means recommended.. But during testing I somehow scrobbled movies.
SET FOREIGN_KEY_CHECKS=1;
Removing duplicates (based on same song played in same hour)
-- backup stuff first