mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-02 10:53:33 +00:00
Fix playlist form
- Invalid initial state and definition for public playlist
This commit is contained in:
parent
6d092d9ebc
commit
9c1a2a4a8d
4 changed files with 16 additions and 58 deletions
|
|
@ -97,7 +97,7 @@ export const CreatePlaylistForm = ({ onCancel }: CreatePlaylistFormProps) => {
|
|||
{isPublicDisplayed && (
|
||||
<Switch
|
||||
label="Is public?"
|
||||
{...form.getInputProps('ndParams.public')}
|
||||
{...form.getInputProps('_custom.navidrome.public', { type: 'checkbox' })}
|
||||
/>
|
||||
)}
|
||||
{server?.type === ServerType.NAVIDROME && (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue