From e7b311b6e982fabc439b02bc83ba2596f94fca7d Mon Sep 17 00:00:00 2001 From: scigward <162128369+scigward@users.noreply.github.com> Date: Thu, 21 Aug 2025 14:05:02 +0300 Subject: [PATCH] Update EpisodeCell.swift --- Sora/Views/MediaInfoView/EpisodeCell/EpisodeCell.swift | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Sora/Views/MediaInfoView/EpisodeCell/EpisodeCell.swift b/Sora/Views/MediaInfoView/EpisodeCell/EpisodeCell.swift index 4aa70c4..a812aa9 100644 --- a/Sora/Views/MediaInfoView/EpisodeCell/EpisodeCell.swift +++ b/Sora/Views/MediaInfoView/EpisodeCell/EpisodeCell.swift @@ -4,7 +4,6 @@ // // Created by Francesco on 18/12/24. // -// import NukeUI import SwiftUI @@ -1078,4 +1077,4 @@ private struct AsyncImageView: View { .frame(width: width, height: height) .cornerRadius(8) } -} \ No newline at end of file +}