Skip to content

Commit

Permalink
added todo
Browse files Browse the repository at this point in the history
  • Loading branch information
hitblast committed Feb 24, 2025
1 parent 59bb06c commit 578a32d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions igknite/cogs/music.py
Original file line number Diff line number Diff line change
Expand Up @@ -1062,6 +1062,7 @@ async def _playrich_backend(
if not await self._ensure_play_safety(inter):
return

# TODO: Possible broken backend
for activity in member.activities:
if isinstance(activity, disnake.Spotify):
track = Spotify.get_track_features(activity.track_id)
Expand Down

0 comments on commit 578a32d

Please sign in to comment.