From 2a6b5d5b8e846f7e19b814dfbb740acc62951ad4 Mon Sep 17 00:00:00 2001 From: mkelvers Date: Thu, 7 May 2026 00:47:31 +0200 Subject: [PATCH] chore: formatting --- api/watchlist/service.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/watchlist/service.go b/api/watchlist/service.go index 016435d..3e3c8a4 100644 --- a/api/watchlist/service.go +++ b/api/watchlist/service.go @@ -213,7 +213,7 @@ func (s *Service) ImportWatchlist(ctx context.Context, userID string, r io.Reade // New format: anime_id,title,status,current_episode,current_time_seconds // Old format: anime_id,status,current_episode,current_time_seconds var animeIDStr, status, episodeStr, timeStr string - + if len(record) >= 5 { animeIDStr = record[0] status = record[2]