From e72893db96716b2702748ba119948856c8382da9 Mon Sep 17 00:00:00 2001 From: Justin Emter Date: Tue, 8 Aug 2017 21:04:54 -0700 Subject: [PATCH] Ahh think I fixed that issue where it starts it from the beginning if it is more than half way through an episode. --- PseudoChannel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PseudoChannel.py b/PseudoChannel.py index 5b34a3a..513a4c7 100644 --- a/PseudoChannel.py +++ b/PseudoChannel.py @@ -1112,7 +1112,7 @@ if __name__ == '__main__': if item_timeTwo == closest_media and prevItem != None: - elapsed_timeTwo = closest_media - now + elapsed_timeTwo = item_timeTwo - now offsetTwo = int(abs(elapsed_timeTwo.total_seconds() * 1000))