mirror of
https://github.com/beetbox/beets.git
synced 2025-12-28 19:42:42 +01:00
fix
This commit is contained in:
parent
f51d5249d2
commit
56232864ce
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ class Recommendation(OrderedEnum):
|
|||
|
||||
|
||||
class Proposal(NamedTuple):
|
||||
candidates: Sequence[AlbumMatch | TrackMatch]
|
||||
candidates: Sequence[Union[AlbumMatch, TrackMatch]]
|
||||
recommendation: Recommendation
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue