ExternalNotifications, XBMC notification, building the framework for these, UI not implemented.

This commit is contained in:
markus101 2011-03-06 12:45:35 -08:00
commit 2af078b23d
12 changed files with 268 additions and 31 deletions

View file

@ -11,5 +11,6 @@ namespace NzbDrone.Core.Model
public string SeriesName { get; set; }
public string Folder { get; set; }
public EpisodeFile EpisodeFile { get; set; }
public bool NewDownload { get; set; }
}
}