mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-01 08:38:18 +08:00
fix: fav: play all
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -137,7 +137,8 @@ class FavDetailController extends MultiSelectController {
|
|||||||
|
|
||||||
void toViewPlayAll() {
|
void toViewPlayAll() {
|
||||||
if (loadingState.value is Success) {
|
if (loadingState.value is Success) {
|
||||||
List<FavDetailItemData> list = (loadingState.value as Success).response;
|
List<FavDetailItemData> list = List<FavDetailItemData>.from(
|
||||||
|
(loadingState.value as Success).response);
|
||||||
for (FavDetailItemData element in list) {
|
for (FavDetailItemData element in list) {
|
||||||
if (element.cid == null) {
|
if (element.cid == null) {
|
||||||
continue;
|
continue;
|
||||||
|
|||||||
Reference in New Issue
Block a user