mod: fav folder edit

This commit is contained in:
guozhigq
2024-11-27 00:05:10 +08:00
parent bae1550593
commit 518f49973c
3 changed files with 27 additions and 24 deletions

View File

@ -134,8 +134,9 @@ class FavDetailController extends GetxController {
'privacy': [22, 0].contains(item!.attr) ? 0 : 1,
},
);
title.value = res['title'];
print(title);
if (res != null) {
title.value = res['title'];
}
}
Future toViewPlayAll() async {