mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-26 21:35:49 +08:00
committed by
GitHub
parent
6009668427
commit
3c34e43827
@@ -826,7 +826,7 @@ class VideoDetailController extends GetxController
|
||||
}
|
||||
}
|
||||
|
||||
void onAddItem(dynamic item) {
|
||||
void onAddItem(Object item) {
|
||||
if (listData.contains(item)) return;
|
||||
listData.insert(0, item);
|
||||
listKey.currentState?.insertItem(0);
|
||||
@@ -1446,7 +1446,7 @@ class VideoDetailController extends GetxController
|
||||
'/x/stein/edgeinfo_v2',
|
||||
queryParameters: {
|
||||
'bvid': bvid,
|
||||
'graph_version': graphVersion,
|
||||
'graph_version': ?graphVersion,
|
||||
'edge_id': ?edgeId,
|
||||
},
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user