From c2b98de73709da0045c5d25cccdbb7937e684324 Mon Sep 17 00:00:00 2001 From: James Bayliss Date: Fri, 19 Feb 2021 23:33:33 +0000 Subject: [PATCH] refactor(media/tvdb): update log message --- media/tvdb/media.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media/tvdb/media.go b/media/tvdb/media.go index 04c3e8d..17745f5 100644 --- a/media/tvdb/media.go +++ b/media/tvdb/media.go @@ -44,7 +44,7 @@ func (c *Client) GetItem(tvdbId string) (*Item, error) { } if b.Data.SeriesName == "" { - return nil, fmt.Errorf("item with imdbId: %v: %w", tvdbId, ErrItemNotFound) + return nil, fmt.Errorf("item with tvdbId: %v: %w", tvdbId, ErrItemNotFound) } return &Item{