diff --git a/lib/utils/download_utils.dart b/lib/utils/download_utils.dart index a127ddec..29312a43 100644 --- a/lib/utils/download_utils.dart +++ b/lib/utils/download_utils.dart @@ -73,7 +73,11 @@ Future showDownloadOptionsAndQueue( (icon: Symbols.download_rounded, label: t.downloads.allEpisodes, value: _DownloadChoice.all), (icon: Symbols.visibility_off_rounded, label: t.downloads.unwatchedOnly, value: _DownloadChoice.unwatched), (icon: Symbols.filter_5_rounded, label: t.downloads.nextNUnwatched(count: 5), value: _DownloadChoice.next5), - (icon: Symbols.filter_9_plus_rounded, label: t.downloads.nextNUnwatched(count: 10), value: _DownloadChoice.next10), + ( + icon: Symbols.filter_9_plus_rounded, + label: t.downloads.nextNUnwatched(count: 10), + value: _DownloadChoice.next10, + ), (icon: Symbols.tune_rounded, label: t.downloads.customAmount, value: _DownloadChoice.custom), ]; // Already-downloaded show/season: offer deletion as the last row.