1
0
mirror of https://github.com/fHDHR/fHDHR_NextPVR.git synced 2025-12-06 18:36:58 -05:00

Patch Missing Line

This commit is contained in:
deathbybandaid 2020-11-13 14:15:10 -05:00
parent f9883ab064
commit 701f8a99c2

View File

@ -49,6 +49,8 @@ class Direct_Stream():
self.fhdhr.logger.info("Passing Through Chunk #%s with size %s" % (chunk_counter, self.chunksize)) self.fhdhr.logger.info("Passing Through Chunk #%s with size %s" % (chunk_counter, self.chunksize))
yield chunk yield chunk
chunk_counter += 1
self.fhdhr.logger.info("Connection Closed: Tuner Lock Removed") self.fhdhr.logger.info("Connection Closed: Tuner Lock Removed")
except GeneratorExit: except GeneratorExit: