mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-19 01:44:00 +02:00
remove _custom query usage for playlists
This commit is contained in:
@@ -36,15 +36,10 @@ export const SaveAsPlaylistForm = ({
|
||||
|
||||
const form = useForm<CreatePlaylistBody>({
|
||||
initialValues: {
|
||||
_custom: {
|
||||
navidrome: {
|
||||
rules: undefined,
|
||||
...body?._custom?.navidrome,
|
||||
},
|
||||
},
|
||||
comment: body.comment || '',
|
||||
name: body.name || '',
|
||||
public: body.public,
|
||||
queryBuilderRules: body.queryBuilderRules,
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user