@@ -173,6 +173,7 @@ public class AudioServiceImpl implements AudioService {
List<Audio> audios = audioRepo.find(audio, onePage.getStart(), onePage.getPageSize());
+ fillAlbum(audios);
onePage.setList(audios);
return onePage;