Revert "Add a new smart playlist "Not played lately" playlist (#613)"
This reverts commit 764751381a.
This commit is contained in:
parent
b4d3470096
commit
29371671ee
9 changed files with 8 additions and 144 deletions
|
|
@ -16,7 +16,6 @@ import com.kabouzeid.gramophone.model.Playlist;
|
|||
import com.kabouzeid.gramophone.model.smartplaylist.HistoryPlaylist;
|
||||
import com.kabouzeid.gramophone.model.smartplaylist.LastAddedPlaylist;
|
||||
import com.kabouzeid.gramophone.model.smartplaylist.MyTopTracksPlaylist;
|
||||
import com.kabouzeid.gramophone.model.smartplaylist.NotRecentlyPlayedPlaylist;
|
||||
|
||||
import java.util.ArrayList;
|
||||
|
||||
|
|
@ -81,7 +80,6 @@ public class PlaylistsFragment extends AbsLibraryPagerRecyclerViewFragment<Playl
|
|||
|
||||
playlists.add(new LastAddedPlaylist(context));
|
||||
playlists.add(new HistoryPlaylist(context));
|
||||
playlists.add(new NotRecentlyPlayedPlaylist(context));
|
||||
playlists.add(new MyTopTracksPlaylist(context));
|
||||
|
||||
playlists.addAll(PlaylistLoader.getAllPlaylists(context));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue