Skip to content

Commit cb30072

Browse files
committed
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
1 parent f08e078 commit cb30072

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

app/src/main/java/org/schabi/newpipe/local/history/StatisticsPlaylistFragment.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -332,10 +332,6 @@ private void showInfoItemDialog(final StreamStatisticsEntry item) {
332332
StreamDialogDefaultEntry.DELETE,
333333
(f, i) -> deleteEntry(
334334
Math.max(itemListAdapter.getItemsList().indexOf(item), 0)))
335-
.setAction(
336-
StreamDialogDefaultEntry.START_HERE_ON_BACKGROUND,
337-
(f, i) -> NavigationHelper.playOnBackgroundPlayer(
338-
context, getPlayQueueStartingAt(item), true))
339335
.create()
340336
.show();
341337
} catch (final IllegalArgumentException e) {

0 commit comments

Comments
 (0)