add album shuffle mode to Genre page

This commit is contained in:
Drew Weymouth
2025-02-13 13:46:29 -03:00
parent 4c0f936022
commit 99e48d6ff7
7 changed files with 181 additions and 14 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ type GridViewPageAdapter[M, F any] interface {
Route() controller.Route
// Returns the ActionButton for this page, if any
ActionButton() *widget.Button
ActionButton() fyne.CanvasObject
// Returns the iterator for the given sortOrder and filter.
// (Non-media pages can ignore the filter argument)