Skip to content

Commit

Permalink
Add debugging printout
Browse files Browse the repository at this point in the history
  • Loading branch information
Serene-Arc committed May 22, 2023
1 parent ee97b42 commit faf4e1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions beetsplug/audible.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@ def sort_tracks(self, album: AlbumInfo, items: List[Item]) -> Optional[List[Trac
if matches is not None:
tracks = convert_items_to_trackinfo(matches, common_attrs)
return tracks
self._log.error(f"Hit the end of the track sorting with no match")
# if len(items) > len(album.tracks):
# # TODO: find a better way to handle this
# # right now just reject this match
Expand Down

0 comments on commit faf4e1a

Please sign in to comment.