mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
Fixed: Case for HandleTrackfile function in SignalR
This commit is contained in:
@@ -194,7 +194,7 @@ class SignalRConnector extends Component {
|
||||
}
|
||||
}
|
||||
|
||||
handleTrackFile = (body) => {
|
||||
handleTrackfile = (body) => {
|
||||
const section = 'trackFiles';
|
||||
|
||||
if (body.action === 'updated') {
|
||||
|
||||
Reference in New Issue
Block a user