Added media type to class and replaced "song" with a generic "media"

This commit is contained in:
antonio 2022-03-12 14:09:00 +01:00
parent eecbed2f61
commit 51cd88dd3f
9 changed files with 52 additions and 38 deletions

View file

@ -128,7 +128,7 @@ public class DownloadRepository {
@Override
public void run() {
downloadDao.delete(download.getSongID());
downloadDao.delete(download.getMediaID());
}
}
}