mirror of
https://github.com/simon-ding/polaris.git
synced 2026-05-29 22:18:08 +08:00
fix: movie content
This commit is contained in:
@@ -208,7 +208,7 @@ class MovieTorrentResource
|
||||
if (rsp.code != 0) {
|
||||
throw rsp.message;
|
||||
}
|
||||
return (resp.data as List).map((v) => TorrentResource.fromJson(v)).toList();
|
||||
return (rsp.data as List).map((v) => TorrentResource.fromJson(v)).toList();
|
||||
}
|
||||
|
||||
Future<void> download(String link) async {
|
||||
|
||||
Reference in New Issue
Block a user