mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-14 04:20:07 +02:00
add bit depth, sample rate
This commit is contained in:
@@ -320,6 +320,7 @@ export type Song = {
|
||||
albumId: string;
|
||||
artistName: string;
|
||||
artists: RelatedArtist[];
|
||||
bitDepth: null | number;
|
||||
bitRate: number;
|
||||
bpm: null | number;
|
||||
channels: null | number;
|
||||
@@ -346,6 +347,7 @@ export type Song = {
|
||||
playlistItemId?: string;
|
||||
releaseDate: null | string;
|
||||
releaseYear: null | string;
|
||||
sampleRate: null | number;
|
||||
serverId: string;
|
||||
serverType: ServerType;
|
||||
size: number;
|
||||
|
||||
Reference in New Issue
Block a user