feat: add sponsorblock integration

Add the -S option to the fast forward command.
This commit is contained in:
2025-01-22 14:46:58 -05:00
parent 3ca58a4c19
commit 640e750e3d
4 changed files with 53 additions and 3 deletions

View File

@@ -15,4 +15,5 @@ idle_tracker = {"is_idle": False, "last_used": time.time()}
kill = {"transcript": False}
message_responses = LimitedSizeDict()
players = {}
sponsorblock_cache = LimitedSizeDict(size_limit=100)
start_time = time.time()