do not use sort trickery on playcounts playlist name
This commit is contained in:
parent
0873318931
commit
e3c6331885
@ -1570,7 +1570,7 @@ public final class PlaybackService extends Service
|
||||
if (mAutoPlPlaycounts > 0 && Math.random() > 0.8) {
|
||||
ContentResolver resolver = getContentResolver();
|
||||
// Add an invisible whitespace to adjust our sorting
|
||||
String playlistName = "\u200B"+getString(R.string.autoplaylist_playcounts_name, mAutoPlPlaycounts);
|
||||
String playlistName = getString(R.string.autoplaylist_playcounts_name, mAutoPlPlaycounts);
|
||||
long id = Playlist.createPlaylist(getApplicationContext(), playlistName);
|
||||
ArrayList<Long> items = PlayCountsHelper.getTopSongs(getApplicationContext(), mAutoPlPlaycounts);
|
||||
Playlist.addToPlaylist(getApplicationContext(), id, items);
|
||||
|
Loading…
x
Reference in New Issue
Block a user