mirror of
https://github.com/jeffvli/feishin.git
synced 2026-07-31 17:33:25 +02:00
remove similarSongs from autodj when music folder is selected (#1451)
- Similar songs queries for both Subsonic/Jellyfin do not support querying by musicFolderId
This commit is contained in:
@@ -1584,6 +1584,7 @@ export type SimilarSongsArgs = BaseEndpointArgs & {
|
||||
|
||||
export type SimilarSongsQuery = {
|
||||
count?: number;
|
||||
musicFolderId?: string | string[];
|
||||
songId: string;
|
||||
};
|
||||
|
||||
|
||||
@@ -10,6 +10,7 @@ export enum ServerFeature {
|
||||
PUBLIC_PLAYLIST = 'publicPlaylist',
|
||||
SERVER_PLAY_QUEUE = 'serverPlayQueue',
|
||||
SHARING_ALBUM_SONG = 'sharingAlbumSong',
|
||||
SIMILAR_SONGS_MUSIC_FOLDER = 'similarSongsMusicFolder',
|
||||
TAGS = 'tags',
|
||||
TRACK_ALBUM_ARTIST_SEARCH = 'trackAlbumArtistSearch',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user