Add option to disable external scrobbling per player

This commit is contained in:
Deluan
2021-06-23 17:50:15 -04:00
parent 5001518260
commit abe8015745
6 changed files with 47 additions and 16 deletions
+2 -1
View File
@@ -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": {
+1
View File
@@ -47,6 +47,7 @@ const PlayerEdit = (props) => (
]}
/>
<BooleanInput source="reportRealPath" fullWidth />
<BooleanInput source="scrobbleEnabled" fullWidth />
<TextField source="client" />
<TextField source="userName" />
</SimpleForm>