From 0a411e8421d4cb1a2e00132a7dff9d5af8e9e28a Mon Sep 17 00:00:00 2001 From: cranci <100066266+cranci1@users.noreply.github.com> Date: Wed, 2 Jul 2025 17:01:26 +0200 Subject: [PATCH] better download icon --- Sora/Views/MediaInfoView/EpisodeCell/EpisodeCell.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sora/Views/MediaInfoView/EpisodeCell/EpisodeCell.swift b/Sora/Views/MediaInfoView/EpisodeCell/EpisodeCell.swift index bdbfa69..0bca941 100644 --- a/Sora/Views/MediaInfoView/EpisodeCell/EpisodeCell.swift +++ b/Sora/Views/MediaInfoView/EpisodeCell/EpisodeCell.swift @@ -233,7 +233,7 @@ private extension EpisodeCell { } var downloadedIndicator: some View { - Image(systemName: "folder.fill") + Image(systemName: "externaldrive.fill.badge.checkmark") .foregroundColor(.accentColor) .font(.system(size: 18)) }