mirror of
https://github.com/FakeTV/pseudo-channel.git
synced 2026-01-04 17:23:15 +00:00
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:
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user