Add option for player to report real paths in Subsonic API. Closes #625
This commit is contained in:
+2
-1
@@ -92,7 +92,8 @@
|
||||
"maxBitRate": "Max. Bit Rate",
|
||||
"client": "Client",
|
||||
"userName": "Username",
|
||||
"lastSeen": "Last Seen At"
|
||||
"lastSeen": "Last Seen At",
|
||||
"reportRealPath": "Report Real Path"
|
||||
}
|
||||
},
|
||||
"transcoding": {
|
||||
|
||||
@@ -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