Remove history dialog override so clicking "Start playing in the background" would only enqueue the current item instead of the full history which is usually massive
This commit is contained in:
parent
cdaf4ebc2a
commit
3ee32c7d64
1 changed files with 0 additions and 4 deletions
|
|
@ -332,10 +332,6 @@ public class StatisticsPlaylistFragment
|
|||
StreamDialogDefaultEntry.DELETE,
|
||||
(f, i) -> deleteEntry(
|
||||
Math.max(itemListAdapter.getItemsList().indexOf(item), 0)))
|
||||
.setAction(
|
||||
StreamDialogDefaultEntry.START_HERE_ON_BACKGROUND,
|
||||
(f, i) -> NavigationHelper.playOnBackgroundPlayer(
|
||||
context, getPlayQueueStartingAt(item), true))
|
||||
.create()
|
||||
.show();
|
||||
} catch (final IllegalArgumentException e) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue