ND >= 0.56.0: search songs by artist | album artist id

This commit is contained in:
Kendall Garner
2025-09-27 20:00:34 -07:00
parent c448352ec8
commit 508013958f
4 changed files with 25 additions and 37 deletions
+1
View File
@@ -8,6 +8,7 @@ export enum ServerFeature {
PUBLIC_PLAYLIST = 'publicPlaylist',
SHARING_ALBUM_SONG = 'sharingAlbumSong',
TAGS = 'tags',
TRACK_ALBUM_ARTIST_SEARCH = 'trackAlbumArtistSearch',
}
export type ServerFeatures = Partial<Record<ServerFeature, number[]>>;