Add option for player to report real paths in Subsonic API. Closes #625

This commit is contained in:
Deluan
2020-11-28 10:24:55 -05:00
parent 7becc18da9
commit 975579ab26
6 changed files with 46 additions and 13 deletions
+2
View File
@@ -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>