Add option to disable external scrobbling per player
This commit is contained in:
+2
-1
@@ -111,7 +111,8 @@
|
||||
"client": "Client",
|
||||
"userName": "Username",
|
||||
"lastSeen": "Last Seen At",
|
||||
"reportRealPath": "Report Real Path"
|
||||
"reportRealPath": "Report Real Path",
|
||||
"scrobbleEnabled": "Send Scrobbles to Last.fm?"
|
||||
}
|
||||
},
|
||||
"transcoding": {
|
||||
|
||||
@@ -47,6 +47,7 @@ const PlayerEdit = (props) => (
|
||||
]}
|
||||
/>
|
||||
<BooleanInput source="reportRealPath" fullWidth />
|
||||
<BooleanInput source="scrobbleEnabled" fullWidth />
|
||||
<TextField source="client" />
|
||||
<TextField source="userName" />
|
||||
</SimpleForm>
|
||||
|
||||
Reference in New Issue
Block a user