mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-13 18:27:08 -07:00
Renmed Downloading on EpisodeResource to Grabbed (also hidden by default)
This commit is contained in:
parent
435fa927ee
commit
ab05aabcd8
6 changed files with 19 additions and 9 deletions
|
@ -54,7 +54,7 @@ namespace NzbDrone.Api.Episodes
|
|||
foreach (var episode in message.Episode.Episodes)
|
||||
{
|
||||
var resource = episode.InjectTo<EpisodeResource>();
|
||||
resource.Downloading = true;
|
||||
resource.Grabbed = true;
|
||||
|
||||
BroadcastResourceChange(ModelAction.Updated, resource);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue