Fixed librespot.metadata conflict

This commit is contained in:
kokarare1212
2021-05-15 07:07:29 +09:00
parent 357083e064
commit 4a016f5f3f
12 changed files with 266 additions and 504 deletions

View File

@@ -214,7 +214,7 @@ class CdnManager:
self._session._LOGGER.debug(
"Chunk {}/{} completed, cached: {}, stream: {}".format(
chunk_index, self._chunks, cached, self.describe()))
chunk_index + 1, self._chunks, cached, self.describe()))
self._buffer[chunk_index] = self._audioDecrypt.decrypt_chunk(
chunk_index, chunk)