Ahh think I fixed that issue where it starts it from the beginning if it is more than half way through an episode.

This commit is contained in:
Justin Emter
2017-08-08 21:04:54 -07:00
parent b7aec2bc70
commit e72893db96

View File

@@ -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))