mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
Fixed: MediaManagement Settings (fresh db required)
This commit is contained in:
@@ -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,
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user