Added right side overlay

This commit is contained in:
Fergal Moran
2018-04-27 00:03:33 +01:00
parent 7df296a5d6
commit f220292e24
19 changed files with 178 additions and 32 deletions

View File

@@ -17,5 +17,6 @@ namespace PodNoms.Api.Models.ViewModels {
public string ProcessingStatus { get; set; }
public bool Processed { get; set; }
public string ProcessingPayload { get; set; }
public PodcastViewModel Podcast { get; set; }
}
}