Parse watch status on the front

This commit is contained in:
Zoe Roux
2023-12-02 15:33:08 +01:00
parent d1febd13fd
commit db3d7f1f2e
7 changed files with 89 additions and 21 deletions
@@ -196,7 +196,7 @@ namespace Kyoo.Abstractions.Models
public WatchStatus Status { get; set; }
/// <summary>
/// The numder of episodes the user has not seen.
/// The number of episodes the user has not seen.
/// </summary>
public int UnseenEpisodesCount { get; set; }
@@ -206,7 +206,7 @@ namespace Kyoo.Abstractions.Models
[SerializeIgnore] public Guid NextEpisodeId { get; set; }
/// <summary>
/// The <see cref="Show"/> started.
/// The next <see cref="Episode"/> to watch.
/// </summary>
public Episode? NextEpisode { get; set; }