New Year Bugs (#2513)
This commit is contained in:
parent
fcacd67d71
commit
5dfcccba7a
32 changed files with 230 additions and 142 deletions
|
@ -1,4 +1,6 @@
|
|||
namespace API.DTOs.Recommendation;
|
||||
using API.Services.Plus;
|
||||
|
||||
namespace API.DTOs.Recommendation;
|
||||
#nullable enable
|
||||
|
||||
public class ExternalSeriesDto
|
||||
|
@ -9,4 +11,5 @@ public class ExternalSeriesDto
|
|||
public string? Summary { get; set; }
|
||||
public int? AniListId { get; set; }
|
||||
public long? MalId { get; set; }
|
||||
public ScrobbleProvider Provider { get; set; } = ScrobbleProvider.AniList;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue