Skip to content

Commit

Permalink
Remove history dialog override so clicking "Start playing in the back…
Browse files Browse the repository at this point in the history
…ground" would only enqueue the current item instead of the full history which is usually massive
  • Loading branch information
codyit committed Nov 12, 2024
1 parent f08e078 commit cb30072
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 cb30072

Please sign in to comment.