mirror of
https://github.com/fergalmoran/podnoms.git
synced 2025-12-25 18:58:12 +00:00
Mixcloud playlists working
This commit is contained in:
@@ -118,7 +118,8 @@ namespace PodNoms.Api.Controllers {
|
||||
return result;
|
||||
}
|
||||
}
|
||||
} else if (status == AudioType.Playlist && YouTubeParser.ValidateUrl(item.SourceUrl)) {
|
||||
} else if ((status == AudioType.Playlist && YouTubeParser.ValidateUrl(item.SourceUrl))
|
||||
|| MixcloudParser.ValidateUrl(item.SourceUrl)) {
|
||||
entry.ProcessingStatus = ProcessingStatus.Deferred;
|
||||
var result = _mapper.Map<PodcastEntry, PodcastEntryViewModel>(entry);
|
||||
return Accepted(result);
|
||||
|
||||
Reference in New Issue
Block a user