Add ability to open equalizer from SettingsFragment

This commit is contained in:
CappielloAntonio 2021-08-24 15:09:28 +02:00
parent 1f50638a5e
commit a024010fef
3 changed files with 38 additions and 2 deletions

View file

@ -17,6 +17,7 @@ import com.cappielloantonio.play.subsonic.models.Genre;
import com.cappielloantonio.play.subsonic.models.SimilarArtistID3;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
public class MappingUtil {