Skip to content

Commit

Permalink
Always use MusicKit
Browse files Browse the repository at this point in the history
- Possible after #300
- Fixes #296
  • Loading branch information
bolsinga committed Oct 27, 2023
1 parent 7a9a7d5 commit ba1eb83
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 108 deletions.
2 changes: 0 additions & 2 deletions Sources/MissingArtwork/MissingArtwork+MusicKit.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
// Created by Greg Bolsinga on 3/19/23.
//

#if !canImport(iTunesLibrary) && canImport(MusicKit)
import MusicKit
import LoadingState

Expand Down Expand Up @@ -108,4 +107,3 @@
throw PartialArtworkImageError.noneFound
}
}
#endif
106 changes: 0 additions & 106 deletions Sources/MissingArtwork/MissingArtwork+iTunesLibrary.swift

This file was deleted.

0 comments on commit ba1eb83

Please sign in to comment.