ui: improve tv display

This commit is contained in:
Simon Ding
2024-08-02 19:10:53 +08:00
parent 8bfa8f84b9
commit 5a9acd3e6e
2 changed files with 12 additions and 23 deletions

View File

@@ -74,12 +74,6 @@ class _DetailCardState extends ConsumerState<DetailCard> {
const SizedBox(
width: 30,
),
widget.details.mediaType == 'tv'
? (widget.details.downloadHistoryEpisodes ==
true
? const Text("下载所有剧集")
: const Text("只下载更新剧集"))
: const Text("")
],
),
const Divider(thickness: 1, height: 1),