mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-21 22:05:38 -04:00
Almost everything working except importing episode thumbs
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using NzbDrone.Common.Messaging;
|
||||
|
||||
namespace NzbDrone.Core.Metadata.Files
|
||||
{
|
||||
public class MetadataFileUpdated : IEvent
|
||||
{
|
||||
public MetadataFile Metadata { get; set; }
|
||||
|
||||
public MetadataFileUpdated(MetadataFile metadata)
|
||||
{
|
||||
Metadata = metadata;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user