add remaining song filter changes

This commit is contained in:
jeffvli
2025-10-13 20:17:16 -07:00
parent 33735c1314
commit 56907436a3
3 changed files with 11 additions and 3 deletions
-1
View File
@@ -563,7 +563,6 @@ export interface SongListQuery extends BaseQuery<SongListSort> {
maxYear?: number;
minYear?: number;
musicFolderId?: string;
role?: string;
searchTerm?: string;
startIndex: number;
}