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
+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>