mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
New DB Schema
Rearrange DB Schema for Album Centric Plan
This commit is contained in:
parent
db62c15c17
commit
0f3c355381
38 changed files with 327 additions and 275 deletions
|
@ -154,7 +154,7 @@ namespace NzbDrone.Core.Music
|
|||
|
||||
public void HandleAsync(ArtistDeletedEvent message)
|
||||
{
|
||||
var tracks = GetTracksByArtist(message.Artist.SpotifyId);
|
||||
var tracks = GetTracksByArtist(message.Artist.ForeignArtistId);
|
||||
_trackRepository.DeleteMany(tracks);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue