mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 20:40:15 +02:00
fix Song domain type year value
This commit is contained in:
@@ -367,7 +367,7 @@ export type Song = {
|
||||
playCount: number;
|
||||
playlistItemId?: string;
|
||||
releaseDate: null | string;
|
||||
releaseYear: null | string;
|
||||
releaseYear: null | number;
|
||||
sampleRate: null | number;
|
||||
size: number;
|
||||
streamUrl: string;
|
||||
|
||||
Reference in New Issue
Block a user