fix Song domain type year value

This commit is contained in:
jeffvli
2025-11-15 13:42:24 -08:00
parent 48feb9f656
commit 81d3d2e620
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -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;