Add option for player to report real paths in Subsonic API. Closes #625
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import React from 'react'
|
||||
import {
|
||||
TextInput,
|
||||
BooleanInput,
|
||||
TextField,
|
||||
Edit,
|
||||
required,
|
||||
@@ -45,6 +46,7 @@ const PlayerEdit = (props) => (
|
||||
{ id: 0, name: '-' },
|
||||
]}
|
||||
/>
|
||||
<BooleanInput source="reportRealPath" fullWidth />
|
||||
<TextField source="client" />
|
||||
<TextField source="userName" />
|
||||
</SimpleForm>
|
||||
|
||||
Reference in New Issue
Block a user