mirror of
https://github.com/Radarr/Radarr
synced 2025-02-24 15:21:28 +00:00
Fix Linting Error (Double Blank Line)
This commit is contained in:
parent
f37fb47058
commit
2fbcf17c8d
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@ public class MediaCoversUpdatedEvent : IEvent
|
|||
public Movie Movie { get; set; }
|
||||
public bool Updated { get; set; }
|
||||
|
||||
|
||||
public MediaCoversUpdatedEvent(Movie movie, bool updated)
|
||||
{
|
||||
Movie = movie;
|
||||
|
|
Loading…
Reference in a new issue