mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-06 13:02:23 -07: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…
Add table
Add a link
Reference in a new issue