diff --git a/src/iSponsorBlockTV/ytlounge.py b/src/iSponsorBlockTV/ytlounge.py index 54f3a8e..b9b2af4 100644 --- a/src/iSponsorBlockTV/ytlounge.py +++ b/src/iSponsorBlockTV/ytlounge.py @@ -94,7 +94,7 @@ def _process_event(self, event_id: int, event_type: str, args): if len(args) > 0 and ( vid_id := args[0]["videoId"] ): # if video id is not empty - print(f"Getting segments for next video: {vid_id}") + self._logger.info(f"Getting segments for next video: {vid_id}") create_task(self.api_helper.get_segments(vid_id)) # #Used to know if an ad is skippable or not