mirror of
https://github.com/cranci1/Sora.git
synced 2026-04-19 07:32:08 +00:00
Fix
This commit is contained in:
parent
2eeeaaaaf5
commit
050271c225
1 changed files with 0 additions and 3 deletions
|
|
@ -2507,9 +2507,6 @@ struct MediaInfoView: View {
|
|||
let filler: Bool
|
||||
}
|
||||
|
||||
// Track fetched pages for MAL ID
|
||||
private static var fetchedPagesForMALID: [Int: Set<Int>] = [:]
|
||||
|
||||
private func fetchRequiredFillerPages() {
|
||||
guard let malID = matchedMalID ?? itemID else {
|
||||
Logger.shared.log("MAL ID not available for filler info", type: "Debug")
|
||||
|
|
|
|||
Loading…
Reference in a new issue