refactor(media/tvdb): update log message

This commit is contained in:
James Bayliss
2021-02-19 23:33:33 +00:00
parent e5bcb5b381
commit c2b98de737

View File

@@ -44,7 +44,7 @@ func (c *Client) GetItem(tvdbId string) (*Item, error) {
} }
if b.Data.SeriesName == "" { 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{ return &Item{