mirror of
https://github.com/fergalmoran/podnoms.git
synced 2025-12-22 17:28:43 +00:00
Fixed StackOverflowException
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user