mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
try: fix search
This commit is contained in:
@@ -39,9 +39,4 @@ def get_recently_played(
|
||||
|
||||
iterations += 1
|
||||
|
||||
if iterations == max_iterations:
|
||||
print(
|
||||
f"Warning: Reached maximum iterations ({max_iterations}) while fetching recently played items"
|
||||
)
|
||||
|
||||
return items
|
||||
Reference in New Issue
Block a user