aboutsummaryrefslogtreecommitdiff
path: root/Aggregator/Classes/Config.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Aggregator/Classes/Config.cs')
-rw-r--r--Aggregator/Classes/Config.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Aggregator/Classes/Config.cs b/Aggregator/Classes/Config.cs
index 0641dbf..ca801e7 100644
--- a/Aggregator/Classes/Config.cs
+++ b/Aggregator/Classes/Config.cs
@@ -6,6 +6,7 @@ namespace Aggregator.Classes {
/// To be used in conjunction with article for each source
/// </summary>
public class Config {
+ public string Source { get; set; }
public int Title { get; set; }
public int Description { get; set; }
public int ImageLink { get; set; }