feat(mpv): remove useless print statement

This commit is contained in:
Benex254
2024-08-09 15:58:50 +03:00
parent 603efd56e8
commit eb9c200fca

View File

@@ -178,7 +178,6 @@ class MpvPlayer(object):
property, time_remaining: float | None = None, *args
):
if time_remaining is not None:
print(time_remaining, self.player_fetching)
if time_remaining < 1 and config.auto_next and not self.player_fetching:
print("Auto Fetching Next Episode")
self.player_fetching = True