mirror of
https://github.com/sphildreth/roadie
synced 2024-11-10 06:44:12 +00:00
v20180203.1
This commit is contained in:
parent
63683a69c9
commit
abe504eaf1
2 changed files with 2 additions and 1 deletions
|
@ -397,6 +397,7 @@ namespace Roadie.Api.Services
|
||||||
var now = DateTime.UtcNow;
|
var now = DateTime.UtcNow;
|
||||||
var originalArtistFolder = artist.ArtistFileFolder(this.Configuration, this.Configuration.LibraryFolder);
|
var originalArtistFolder = artist.ArtistFileFolder(this.Configuration, this.Configuration.LibraryFolder);
|
||||||
artist.AlternateNames = model.AlternateNamesList.ToDelimitedList();
|
artist.AlternateNames = model.AlternateNamesList.ToDelimitedList();
|
||||||
|
artist.ArtistType = model.ArtistType;
|
||||||
artist.AmgId = model.AmgId;
|
artist.AmgId = model.AmgId;
|
||||||
artist.BeginDate = model.BeginDate;
|
artist.BeginDate = model.BeginDate;
|
||||||
artist.BioContext = model.BioContext;
|
artist.BioContext = model.BioContext;
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"Roadie.Api": {
|
"Roadie.Api": {
|
||||||
"commandName": "Project",
|
"commandName": "Project",
|
||||||
"environmentVariables": {
|
"environmentVariables": {
|
||||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
"ASPNETCORE_ENVIRONMENT": "Production"
|
||||||
},
|
},
|
||||||
"applicationUrl": "http://localhost:5123/"
|
"applicationUrl": "http://localhost:5123/"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue