mirror of
https://github.com/fergalmoran/podnoms.git
synced 2025-12-24 02:07:50 +00:00
Added PodcastViewModel to entry VM
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