Fixes StreamId error

This commit is contained in:
kokarare1212 2021-08-23 15:10:32 +09:00
parent 08fac72e52
commit 97aa6baacd
No known key found for this signature in database
GPG Key ID: 9FB32C7C7D874F7A
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@ from librespot.proto import Metadata_pb2 as Metadata
class StreamId:
file_id: bytes
episode_gid: bytes
file_id: bytes = None
episode_gid: bytes = None
def __init__(self,
file: Metadata.AudioFile = None,