Rename Proto files

This commit is contained in:
kokarare1212
2021-05-14 21:55:53 +09:00
parent 0e0e1db65a
commit 357083e064
15 changed files with 14 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
from __future__ import annotations
from librespot.common.Base62 import Base62
# from librespot.metadata import EpisodeId, TrackId, UnsupportedId
from librespot.proto.context_track_pb2 import ContextTrack
from librespot.proto.ContextTrack import ContextTrack
class PlayableId: