mirror of
https://github.com/fergalmoran/podnoms.git
synced 2025-12-27 03:38:25 +00:00
Refactor to guid uid
This commit is contained in:
@@ -32,7 +32,7 @@ namespace PodNoms.Api.Controllers {
|
||||
PodcastId = entry.PodcastId,
|
||||
SourceUrl = entry.SourceUrl
|
||||
};
|
||||
await _playlistRepository.AddOrUpdateAsync(playlist);
|
||||
_playlistRepository.AddOrUpdate(playlist);
|
||||
await _unitOfWork.CompleteAsync();
|
||||
return Ok(playlist);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user