Added rewatching support

This commit is contained in:
Alexander Rufenach
2021-06-02 15:54:19 -04:00
parent 895a92290f
commit e69fe1d6c2
3 changed files with 61 additions and 21 deletions
@@ -71,6 +71,9 @@ namespace Jellyfin.Plugin.AnilistSync.API
[JsonPropertyName("status")]
public MediaListStatus? Status { get; set; }
[JsonPropertyName("repeat")]
public int? TimesRewatched { get; set; }
}
public enum MediaListStatus