mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-02 07:23:36 +00:00
Playlists pinned by saving the server information
This commit is contained in:
@@ -154,8 +154,8 @@ public class PlaylistRepository {
|
||||
});
|
||||
}
|
||||
|
||||
public LiveData<List<Playlist>> getPinnedPlaylists() {
|
||||
return playlistDao.getAll();
|
||||
public LiveData<List<Playlist>> getPinnedPlaylists(String serverId) {
|
||||
return playlistDao.getAll(serverId);
|
||||
}
|
||||
|
||||
public void insert(Playlist playlist) {
|
||||
|
||||
Reference in New Issue
Block a user