Code is ready for a migraiton
This commit is contained in:
parent
c4419dcf28
commit
31819d7723
2 changed files with 2 additions and 1 deletions
|
|
@ -26,6 +26,7 @@ public class ExternalSeriesMetadata
|
|||
public int AverageExternalRating { get; set; } = -1;
|
||||
|
||||
public int AniListId { get; set; }
|
||||
public int CbrId { get; set; }
|
||||
public long MalId { get; set; }
|
||||
public string GoogleBooksId { get; set; }
|
||||
|
||||
|
|
|
|||
|
|
@ -503,7 +503,7 @@ public class ExternalMetadataService : IExternalMetadataService
|
|||
|
||||
if (result.MalId.HasValue) externalSeriesMetadata.MalId = result.MalId.Value;
|
||||
if (result.AniListId.HasValue) externalSeriesMetadata.AniListId = result.AniListId.Value;
|
||||
//TODO: if (result.CbrId.HasValue) externalSeriesMetadata.CbrId = result.CbrId.Value;
|
||||
if (result.CbrId.HasValue) externalSeriesMetadata.CbrId = result.CbrId.Value;
|
||||
|
||||
// If there is metadata and the user has metadata download turned on
|
||||
var madeMetadataModification = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue