Skip to content

Commit

Permalink
Merge pull request #11696 from codyit/history-remove-dialog-override
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Stypox authored Nov 12, 2024
2 parents 544b302 + cb30072 commit a229ab6
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -332,10 +332,6 @@ private void showInfoItemDialog(final StreamStatisticsEntry item) {
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) {
Expand Down

0 comments on commit a229ab6

Please sign in to comment.