fix: remove f-string for filter adjustment message in search results

This commit is contained in:
benexl
2025-12-31 18:47:40 +03:00
parent b8f77d80e9
commit 6a31f4191f

View File

@@ -192,7 +192,7 @@ def main():
if not media_list:
print("🔍 No results found")
if PARSED_FILTERS:
print(f" Try adjusting your filters")
print(" Try adjusting your filters")
sys.exit(0)
# Output titles for fzf (one per line)