Update items attribute to be the shuffled items
More useful than just returning the items.master
parent
777c661d9b
commit
a1fa583294
|
@ -73,7 +73,7 @@ handle remainder => sub {
|
|||
title => "$shuffled_display",
|
||||
subtitle => "Shuffle: $original_display",
|
||||
# Useful for API
|
||||
items => \@items,
|
||||
items => \@shuffled,
|
||||
},
|
||||
|
||||
templates => {
|
||||
|
|
Loading…
Reference in New Issue