diff --git a/dev/releases/branch.yml b/dev/releases/branch.yml
index 8d3ef64..d4f6fb3 100644
--- a/dev/releases/branch.yml
+++ b/dev/releases/branch.yml
@@ -2,3 +2,4 @@
- "[Architecture] Added proper exception framework to native API"
- "[Feature] Implemented track title and artist name editing from web interface"
- "[Feature] Implemented track and artist merging from web interface"
+- "[Feature] Implemented scrobble reparsing from web interface"
diff --git a/maloja/web/jinja/admin_overview.jinja b/maloja/web/jinja/admin_overview.jinja
index cd6e2b9..6e084f2 100644
--- a/maloja/web/jinja/admin_overview.jinja
+++ b/maloja/web/jinja/admin_overview.jinja
@@ -66,6 +66,7 @@
- manually scrobble from track pages
- delete scrobbles
+ - reparse scrobbles
- edit tracks and artists
- merge tracks and artists
- upload artist and track art by dropping a file on the existing image on an artist or track page
diff --git a/maloja/web/jinja/admin_setup.jinja b/maloja/web/jinja/admin_setup.jinja
index e6313f1..7e00ad6 100644
--- a/maloja/web/jinja/admin_setup.jinja
+++ b/maloja/web/jinja/admin_setup.jinja
@@ -71,7 +71,7 @@
album | Album title - optional |
albumartists | List of album artists - optional |
duration | Duration of play in seconds - optional |
- length | Full length of the trackin seconds - optional |
+ length | Full length of the track in seconds - optional |
time | UNIX timestamp - optional, defaults to time of request |
fix | Set this to false to skip server-side metadata fixing - optional |
@@ -85,7 +85,7 @@
Import your Last.FM data
Switching from Last.fm? Download all your data and run the command maloja import (the file you just downloaded).
- You can also try out Multi-Scrobbler to import scrobbles from a wider range of sources.
+ You can also try out Multi-Scrobbler to import scrobbles from a wider range of sources.
Set up some rules