Fixed: MediaManagement Settings (fresh db required)

This commit is contained in:
ta264
2020-05-14 21:53:50 +01:00
parent 8547af9fae
commit 6c7e4ca210
4 changed files with 5 additions and 5 deletions
@@ -19,7 +19,7 @@ namespace Readarr.Api.V1.Config
RenameBooks = model.RenameBooks,
ReplaceIllegalCharacters = model.ReplaceIllegalCharacters,
StandardBookFormat = model.StandardBookFormat,
ArtistFolderFormat = model.AuthorFolderFormat
AuthorFolderFormat = model.AuthorFolderFormat
};
}
@@ -42,7 +42,7 @@ namespace Readarr.Api.V1.Config
RenameBooks = resource.RenameBooks,
ReplaceIllegalCharacters = resource.ReplaceIllegalCharacters,
StandardBookFormat = resource.StandardBookFormat,
AuthorFolderFormat = resource.ArtistFolderFormat,
AuthorFolderFormat = resource.AuthorFolderFormat,
};
}
}