mirror of
https://github.com/simon-ding/polaris.git
synced 2026-06-02 07:57:45 +08:00
add parse tv & movie api
This commit is contained in:
@@ -81,7 +81,7 @@ class _TvDetailsPageState extends ConsumerState<TvDetailsPage> {
|
||||
.onError((error, trace) =>
|
||||
Utils.showSnakeBar("操作失败: $error"));
|
||||
},
|
||||
icon: const Icon(Icons.search)),
|
||||
icon: const Icon(Icons.download)),
|
||||
),
|
||||
const SizedBox(
|
||||
width: 10,
|
||||
@@ -128,7 +128,7 @@ class _TvDetailsPageState extends ConsumerState<TvDetailsPage> {
|
||||
.onError((error, trace) =>
|
||||
Utils.showSnakeBar("操作失败: $error"));
|
||||
},
|
||||
icon: const Icon(Icons.search)),
|
||||
icon: const Icon(Icons.download)),
|
||||
))
|
||||
], rows: m[k]!),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user