mirror of
https://github.com/idanoo/GoScrobble
synced 2025-07-01 13:42:20 +00:00
0.2.0 - Mid migration
This commit is contained in:
parent
139e6a915e
commit
7e38fdbd7d
42393 changed files with 5358157 additions and 62 deletions
|
@ -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">
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue