Keep download license details with aax file, not in db

This commit is contained in:
Robert McRackan 2021-06-22 16:49:19 -04:00
parent 9416f4e040
commit b1a033e162
5 changed files with 35 additions and 28 deletions

View file

@ -31,8 +31,6 @@ namespace DataLayer
// mutable
public string PictureId { get; set; }
public string AudibleKey { get; set; }
public string AudibleIV { get; set; }
// book details
public bool IsAbridged { get; private set; }