mirror of
https://github.com/navidrome/navidrome.git
synced 2025-08-10 00:52:20 +00:00
Upgrade Prettier to 2.0.4. Reformatted all JS files
This commit is contained in:
@@ -4,7 +4,7 @@ import {
|
||||
SelectInput,
|
||||
Create,
|
||||
required,
|
||||
SimpleForm
|
||||
SimpleForm,
|
||||
} from 'react-admin'
|
||||
import { Title } from '../common'
|
||||
|
||||
@@ -30,7 +30,7 @@ const TranscodingCreate = (props) => (
|
||||
{ id: 160, name: '160' },
|
||||
{ id: 192, name: '192' },
|
||||
{ id: 256, name: '256' },
|
||||
{ id: 320, name: '320' }
|
||||
{ id: 320, name: '320' },
|
||||
]}
|
||||
defaultValue={192}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user