Remove Book.AudioFormat property
This property was set to the highest quality returned by the library scan. Since adding quality option settings, it is no longer guaranteed to reflect the file that is downloaded. Also, the library scan qualities don't contain spatial audio or widevine-specific qualities., only ADRM.
This commit is contained in:
parent
3aebc7c885
commit
5f4551822b
8 changed files with 3 additions and 78 deletions
|
|
@ -19,7 +19,6 @@ namespace DataLayer.Configurations
|
|||
//
|
||||
entity.Ignore(nameof(Book.Authors));
|
||||
entity.Ignore(nameof(Book.Narrators));
|
||||
entity.Ignore(nameof(Book.AudioFormat));
|
||||
entity.Ignore(nameof(Book.TitleWithSubtitle));
|
||||
entity.Ignore(b => b.Categories);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue