fix: continue watching label

This commit is contained in:
2026-05-24 02:48:07 +02:00
parent 4403301f72
commit da9bb56d80
2 changed files with 3 additions and 3 deletions

View File

@@ -292,7 +292,7 @@ func (h *AnimeHandler) HandleAnimeDetails(c *gin.Context) {
user, _ := c.Get("User")
status := ""
var watchlistIDs []int64
ep := 1
ep := 0
var cwSeconds float64
if u, ok := user.(*domain.User); ok {
entry, err := h.watchlistSvc.GetWatchListEntry(c.Request.Context(), u.ID, int64(id))