mirror of
https://github.com/oskvr37/tiddl.git
synced 2026-06-13 04:05:08 +03:00
🏷️ add better types to track
This commit is contained in:
+5
-3
@@ -117,13 +117,15 @@ class PlaylistResponse(TypedDict):
|
||||
|
||||
class TrackResponse(TypedDict):
|
||||
trackId: int
|
||||
assetPresentation: str
|
||||
audioMode: str
|
||||
assetPresentation: Literal["FULL"]
|
||||
audioMode: Literal["STEREO"]
|
||||
audioQuality: TrackQuality
|
||||
manifestMimeType: str
|
||||
manifestMimeType: Literal["application/dash+xml", "application/vnd.tidal.bts"]
|
||||
manifestHash: str
|
||||
manifest: str
|
||||
albumReplayGain: float
|
||||
albumPeakAmplitude: float
|
||||
trackReplayGain: float
|
||||
trackPeakAmplitude: float
|
||||
bitDepth: int
|
||||
sampleRate: int
|
||||
|
||||
Reference in New Issue
Block a user