Add group and track rename commands

This commit is contained in:
Luck
2016-08-23 15:52:51 +01:00
Unverified
parent e89444141b
commit f9c1cdb4bd
13 changed files with 173 additions and 28 deletions
@@ -41,7 +41,7 @@ public class TrackManager extends AbstractManager<String, Track> {
}
@Override
protected void copy(Track from, Track to) {
public void copy(Track from, Track to) {
to.setGroups(from.getGroups());
}