mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 15:50:16 +02:00
Fix remove series from next up (#1369)
## Description Fixes the "Remove series from next up" context menu item not working at all. Looks like after the refactoring in #1302, I missed [adding back the function call](https://github.com/damontecres/Wholphin/pull/1302/changes#diff-440f67bfe7be2011418c2f90e3a8ae2af05795a5161edd1a8bda14bc3b962cdcL175). ### Related issues Fixes #1363 ### Testing Emulator ## Screenshots N/A ## AI or LLM usage None
This commit is contained in:
parent
dbd17597b2
commit
df71baccea
1 changed files with 1 additions and 0 deletions
|
|
@ -182,6 +182,7 @@ fun HomePage(
|
|||
overviewDialog = ItemDetailsDialogInfo(it)
|
||||
},
|
||||
onClearChosenStreams = {},
|
||||
onClickRemoveFromNextUp = viewModel::removeFromNextUp,
|
||||
),
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue