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

@@ -5,8 +5,7 @@ from librespot.audio.cdn import CdnFeedHelper
from librespot.audio.format import AudioQualityPicker
from librespot.common.Utils import Utils
from librespot.core import Session
from librespot.metadata.PlayableId import PlayableId
from librespot.metadata.TrackId import TrackId
from librespot.metadata import PlayableId, TrackId
from librespot.proto import Metadata, StorageResolve
import logging
import typing