mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Fixed: Misc UI Fixes
This commit is contained in:
parent
457955c306
commit
ef93ae3792
6 changed files with 34 additions and 7 deletions
|
@ -117,7 +117,7 @@ namespace Lidarr.Api.V1.Tracks
|
|||
{
|
||||
foreach (var track in message.TrackFile.Tracks.Value)
|
||||
{
|
||||
BroadcastResourceChange(ModelAction.Deleted, track.Id);
|
||||
BroadcastResourceChange(ModelAction.Updated, track.Id);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue