mirror of
https://github.com/Readarr/Readarr
synced 2026-04-20 20:01:09 +02:00
Fixed: Case for HandleTrackfile function in SignalR
This commit is contained in:
parent
9d2fbddc7d
commit
813f81b3c9
1 changed files with 1 additions and 1 deletions
|
|
@ -194,7 +194,7 @@ class SignalRConnector extends Component {
|
|||
}
|
||||
}
|
||||
|
||||
handleTrackFile = (body) => {
|
||||
handleTrackfile = (body) => {
|
||||
const section = 'trackFiles';
|
||||
|
||||
if (body.action === 'updated') {
|
||||
|
|
|
|||
Loading…
Reference in a new issue