Fixed StackOverflowException

This commit is contained in:
Fergal Moran
2018-05-13 03:38:42 +01:00
parent 96a5d2f470
commit 6e46e33e19
2 changed files with 12 additions and 12 deletions

View File

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